]> git.lizzy.rs Git - rust.git/blob - tests/ui/custom_attribute.stderr
Rollup merge of #107740 - oli-obk:lock_tcx, r=petrochenkov
[rust.git] / tests / 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