summary refs log tree commit diff
path: root/src/test/ui/attrs-resolution-errors.stderr
blob: 31f2a74edb33316e70bd73f3358357986c469c9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
error: expected an inert attribute, found an attribute macro
  --> $DIR/attrs-resolution-errors.rs:2:5
   |
LL |     #[test]
   |     ^^^^^^^

error: expected an inert attribute, found an attribute macro
  --> $DIR/attrs-resolution-errors.rs:8:5
   |
LL |     #[test]
   |     ^^^^^^^

error: expected an inert attribute, found an attribute macro
  --> $DIR/attrs-resolution-errors.rs:23:13
   |
LL |             #[test] bar
   |             ^^^^^^^

error: expected an inert attribute, found an attribute macro
  --> $DIR/attrs-resolution-errors.rs:30:9
   |
LL |         #[test]
   |         ^^^^^^^

error: expected an inert attribute, found an attribute macro
  --> $DIR/attrs-resolution-errors.rs:36:9
   |
LL |         #[test]
   |         ^^^^^^^

error: aborting due to 5 previous errors