|
1 |
| -error: attribute should be applied to generic type parameters |
2 |
| - --> $DIR/deriving-smart-pointer-pointee-in-strange-places.rs:3:1 |
| 1 | +error: cannot find attribute `pointee` in this scope |
| 2 | + --> $DIR/deriving-smart-pointer-pointee-in-strange-places.rs:35:14 |
| 3 | + | |
| 4 | +LL | type AType<#[pointee] T> = T; |
| 5 | + | ^^^^^^^ |
| 6 | + |
| 7 | +error: cannot find attribute `pointee` in this scope |
| 8 | + --> $DIR/deriving-smart-pointer-pointee-in-strange-places.rs:30:3 |
3 | 9 | |
|
4 | 10 | LL | #[pointee]
|
5 |
| - | ^^^^^^^^^^ |
| 11 | + | ^^^^^^^ |
6 | 12 |
|
7 |
| -error: attribute should be applied to generic type parameters |
8 |
| - --> $DIR/deriving-smart-pointer-pointee-in-strange-places.rs:6:5 |
| 13 | +error: cannot find attribute `pointee` in this scope |
| 14 | + --> $DIR/deriving-smart-pointer-pointee-in-strange-places.rs:26:3 |
9 | 15 | |
|
10 |
| -LL | #[pointee] |
11 |
| - | ^^^^^^^^^^ |
| 16 | +LL | #[pointee] |
| 17 | + | ^^^^^^^ |
12 | 18 |
|
13 |
| -error: attribute should be applied to generic type parameters |
14 |
| - --> $DIR/deriving-smart-pointer-pointee-in-strange-places.rs:9:5 |
| 19 | +error: cannot find attribute `pointee` in this scope |
| 20 | + --> $DIR/deriving-smart-pointer-pointee-in-strange-places.rs:18:3 |
15 | 21 | |
|
16 |
| -LL | #[pointee] |
17 |
| - | ^^^^^^^^^^ |
| 22 | +LL | #[pointee] |
| 23 | + | ^^^^^^^ |
18 | 24 |
|
19 |
| -error: attribute should be applied to generic type parameters |
20 |
| - --> $DIR/deriving-smart-pointer-pointee-in-strange-places.rs:13:5 |
| 25 | +error: cannot find attribute `pointee` in this scope |
| 26 | + --> $DIR/deriving-smart-pointer-pointee-in-strange-places.rs:21:7 |
21 | 27 | |
|
22 | 28 | LL | #[pointee]
|
23 |
| - | ^^^^^^^^^^ |
| 29 | + | ^^^^^^^ |
24 | 30 |
|
25 |
| -error: attribute should be applied to generic type parameters |
26 |
| - --> $DIR/deriving-smart-pointer-pointee-in-strange-places.rs:18:1 |
| 31 | +error: cannot find attribute `pointee` in this scope |
| 32 | + --> $DIR/deriving-smart-pointer-pointee-in-strange-places.rs:3:3 |
27 | 33 | |
|
28 | 34 | LL | #[pointee]
|
29 |
| - | ^^^^^^^^^^ |
| 35 | + | ^^^^^^^ |
30 | 36 |
|
31 |
| -error: attribute should be applied to generic type parameters |
32 |
| - --> $DIR/deriving-smart-pointer-pointee-in-strange-places.rs:21:5 |
| 37 | +error: cannot find attribute `pointee` in this scope |
| 38 | + --> $DIR/deriving-smart-pointer-pointee-in-strange-places.rs:6:7 |
33 | 39 | |
|
34 | 40 | LL | #[pointee]
|
35 |
| - | ^^^^^^^^^^ |
| 41 | + | ^^^^^^^ |
36 | 42 |
|
37 |
| -error: attribute should be applied to generic type parameters |
38 |
| - --> $DIR/deriving-smart-pointer-pointee-in-strange-places.rs:26:1 |
| 43 | +error: cannot find attribute `pointee` in this scope |
| 44 | + --> $DIR/deriving-smart-pointer-pointee-in-strange-places.rs:9:7 |
39 | 45 | |
|
40 |
| -LL | #[pointee] |
41 |
| - | ^^^^^^^^^^ |
| 46 | +LL | #[pointee] |
| 47 | + | ^^^^^^^ |
42 | 48 |
|
43 |
| -error: attribute should be applied to generic type parameters |
44 |
| - --> $DIR/deriving-smart-pointer-pointee-in-strange-places.rs:30:1 |
| 49 | +error: cannot find attribute `pointee` in this scope |
| 50 | + --> $DIR/deriving-smart-pointer-pointee-in-strange-places.rs:13:7 |
45 | 51 | |
|
46 |
| -LL | #[pointee] |
47 |
| - | ^^^^^^^^^^ |
| 52 | +LL | #[pointee] |
| 53 | + | ^^^^^^^ |
48 | 54 |
|
49 |
| -error: aborting due to 8 previous errors |
| 55 | +error: aborting due to 9 previous errors |
50 | 56 |
|
0 commit comments