]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/proc-macro-gates2.stderr
Rollup merge of #59037 - Manishearth:intra-doc-false, r=QuietMisdreavus
[rust.git] / src / test / ui / proc-macro / proc-macro-gates2.stderr
1 error[E0658]: The attribute `a` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
2   --> $DIR/proc-macro-gates2.rs:13:11
3    |
4 LL | fn _test6<#[a] T>() {}
5    |           ^^^^
6    |
7    = help: add #![feature(custom_attribute)] to the crate attributes to enable
8
9 error[E0658]: The attribute `a` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
10   --> $DIR/proc-macro-gates2.rs:18:9
11    |
12 LL |         #[a]
13    |         ^^^^
14    |
15    = help: add #![feature(custom_attribute)] to the crate attributes to enable
16
17 error: aborting due to 2 previous errors
18
19 For more information about this error, try `rustc --explain E0658`.