We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
optimize
1 parent d595fce commit fba4788Copy full SHA for fba4788
4 files changed
tests/ui/attributes/malformed-attrs.rs
@@ -54,6 +54,10 @@
54
//~^ ERROR malformed
55
#[optimize]
56
57
+#[optimize(none, none)]
58
+//~^ ERROR malformed
59
+#[optimize(none, speed)]
60
61
#[cold = 1]
62
63
#[must_use()]
0 commit comments