summary refs log tree commit diff
path: root/src/test/ui/span/issue-36530.stderr
blob: 50908b2ca3970fd52fdc9c826fc5180673baa6ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
error: The attribute `foo` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
  --> $DIR/issue-36530.rs:11:1
   |
11 | #[foo] //~ ERROR is currently unknown to the compiler
   | ^^^^^^
   |
   = help: add #![feature(custom_attribute)] to the crate attributes to enable

error: The attribute `foo` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
  --> $DIR/issue-36530.rs:13:5
   |
13 |     #![foo] //~ ERROR is currently unknown to the compiler
   |     ^^^^^^^
   |
   = help: add #![feature(custom_attribute)] to the crate attributes to enable

error: aborting due to 2 previous errors