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 dcc1b0d commit e2c9b49Copy full SHA for e2c9b49
tests/ui/proc-macro/helper-attr-builtin-derive.rs
@@ -1,10 +1,10 @@
1
+// This test checks that helper attributes of a derive proc macro can be used together with
2
+// other built-in derive macros.
3
+// issue: rust-lang/rust#132561
4
//@ check-pass
5
//@ aux-build:helper-attr.rs
6
//@ edition:2021
7
-// This test checks that helper attributes of a derive proc macro can be used together with
-// other built-in derive macros.
-
8
#[macro_use]
9
extern crate helper_attr;
10
0 commit comments