]> git.proxmox.com Git - rustc.git/blame - src/test/ui/attrs-resolution-errors.stderr
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui / attrs-resolution-errors.stderr
CommitLineData
fc512014
XL
1error: expected non-macro attribute, found attribute macro `test`
2 --> $DIR/attrs-resolution-errors.rs:2:7
e1599b0c
XL
3 |
4LL | #[test]
fc512014 5 | ^^^^ not a non-macro attribute
e1599b0c 6
fc512014
XL
7error: expected non-macro attribute, found attribute macro `test`
8 --> $DIR/attrs-resolution-errors.rs:8:7
e1599b0c
XL
9 |
10LL | #[test]
fc512014 11 | ^^^^ not a non-macro attribute
e1599b0c 12
fc512014
XL
13error: expected non-macro attribute, found attribute macro `test`
14 --> $DIR/attrs-resolution-errors.rs:23:15
e1599b0c
XL
15 |
16LL | #[test] bar
fc512014 17 | ^^^^ not a non-macro attribute
e1599b0c 18
fc512014
XL
19error: expected non-macro attribute, found attribute macro `test`
20 --> $DIR/attrs-resolution-errors.rs:30:11
e1599b0c
XL
21 |
22LL | #[test]
fc512014 23 | ^^^^ not a non-macro attribute
e1599b0c 24
fc512014
XL
25error: expected non-macro attribute, found attribute macro `test`
26 --> $DIR/attrs-resolution-errors.rs:36:11
e1599b0c
XL
27 |
28LL | #[test]
fc512014 29 | ^^^^ not a non-macro attribute
e1599b0c
XL
30
31error: aborting due to 5 previous errors
32