]> git.proxmox.com Git - rustc.git/blame - src/test/ui/span/issue-36530.stderr
New upstream version 1.25.0+dfsg1
[rustc.git] / src / test / ui / span / issue-36530.stderr
CommitLineData
2c00a5a8 1error[E0658]: The attribute `foo` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
9e0c209e
SL
2 --> $DIR/issue-36530.rs:11:1
3 |
ff7c6d11 411 | #[foo] //~ ERROR is currently unknown to the compiler
9e0c209e
SL
5 | ^^^^^^
6 |
7 = help: add #![feature(custom_attribute)] to the crate attributes to enable
8
2c00a5a8 9error[E0658]: The attribute `foo` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
9e0c209e
SL
10 --> $DIR/issue-36530.rs:13:5
11 |
ff7c6d11 1213 | #![foo] //~ ERROR is currently unknown to the compiler
9e0c209e
SL
13 | ^^^^^^^
14 |
15 = help: add #![feature(custom_attribute)] to the crate attributes to enable
16
041b39d2 17error: aborting due to 2 previous errors
9e0c209e 18