]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attrs-resolution-errors.stderr
Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175' into clippyup
[rust.git] / src / test / ui / attrs-resolution-errors.stderr
1 error: expected an inert attribute, found an attribute macro
2   --> $DIR/attrs-resolution-errors.rs:2:5
3    |
4 LL |     #[test]
5    |     ^^^^^^^
6
7 error: expected an inert attribute, found an attribute macro
8   --> $DIR/attrs-resolution-errors.rs:8:5
9    |
10 LL |     #[test]
11    |     ^^^^^^^
12
13 error: expected an inert attribute, found an attribute macro
14   --> $DIR/attrs-resolution-errors.rs:23:13
15    |
16 LL |             #[test] bar
17    |             ^^^^^^^
18
19 error: expected an inert attribute, found an attribute macro
20   --> $DIR/attrs-resolution-errors.rs:30:9
21    |
22 LL |         #[test]
23    |         ^^^^^^^
24
25 error: expected an inert attribute, found an attribute macro
26   --> $DIR/attrs-resolution-errors.rs:36:9
27    |
28 LL |         #[test]
29    |         ^^^^^^^
30
31 error: aborting due to 5 previous errors
32