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