]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/proc-macro-gates2.stderr
Update src/libcore/mem.rs
[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
2   --> $DIR/proc-macro-gates2.rs:13:11
3    |
4 LL | fn _test6<#[a] T>() {}
5    |           ^^^^
6    |
7    = note: for more information, see https://github.com/rust-lang/rust/issues/29642
8    = help: add #![feature(custom_attribute)] to the crate attributes to enable
9
10 error[E0658]: The attribute `a` is currently unknown to the compiler and may have meaning added to it in the future
11   --> $DIR/proc-macro-gates2.rs:18:9
12    |
13 LL |         #[a]
14    |         ^^^^
15    |
16    = note: for more information, see https://github.com/rust-lang/rust/issues/29642
17    = help: add #![feature(custom_attribute)] to the crate attributes to enable
18
19 error: aborting due to 2 previous errors
20
21 For more information about this error, try `rustc --explain E0658`.