We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2d6f8c commit bfa33a9Copy full SHA for bfa33a9
src/test/compile-fail-fulldeps/proc-macro/issue-52329.rs
@@ -17,4 +17,5 @@ fn main() {
17
let x = 11;
18
#[proc_macro_derive] //~ ERROR: attribute should not be applied to a statement
19
let x = 12;
20
-}
+}
21
+
0 commit comments