We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76690f commit 82b86e5Copy full SHA for 82b86e5
src/test/ui/conditional-compilation/cfg-attr-syntax-validation.rs
@@ -22,7 +22,7 @@ struct S7;
22
#[cfg(a = 10)] //~ ERROR literal in `cfg` predicate value must be a string
23
struct S8;
24
25
-#[cfg(a = b"hi")]
+#[cfg(a = b"hi")] //~ ERROR literal in `cfg` predicate value must be a string
26
struct S9;
27
28
macro_rules! generate_s10 {
0 commit comments