]> git.proxmox.com Git - rustc.git/blob - src/test/ui/custom_attribute.stderr
New upstream version 1.40.0+dfsg1
[rustc.git] / src / test / ui / custom_attribute.stderr
1 error: cannot find attribute `foo` in this scope
2 --> $DIR/custom_attribute.rs:3:3
3 |
4 LL | #[foo]
5 | ^^^
6
7 error: cannot find attribute `foo` in this scope
8 --> $DIR/custom_attribute.rs:5:7
9 |
10 LL | #[foo]
11 | ^^^
12
13 error: cannot find attribute `foo` in this scope
14 --> $DIR/custom_attribute.rs:7:7
15 |
16 LL | #[foo]
17 | ^^^
18
19 error: aborting due to 3 previous errors
20