Skip to content

Commit e2c9b49

Browse files
committed
add github issue link to description of the test
1 parent dcc1b0d commit e2c9b49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/ui/proc-macro/helper-attr-builtin-derive.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
14
//@ check-pass
25
//@ aux-build:helper-attr.rs
36
//@ edition:2021
47

5-
// This test checks that helper attributes of a derive proc macro can be used together with
6-
// other built-in derive macros.
7-
88
#[macro_use]
99
extern crate helper_attr;
1010

0 commit comments

Comments
 (0)