|
1 | 1 | error: cannot find derive macro `FooWithLongNan` in this scope
|
2 |
| - --> $DIR/resolve-error.rs:36:10 |
| 2 | + --> $DIR/resolve-error.rs:37:10 |
3 | 3 | |
|
4 |
| -36 | #[derive(FooWithLongNan)] |
5 |
| - | ^^^^^^^^^^^^^^ help: did you mean `FooWithLongName` |
| 4 | +37 | #[derive(FooWithLongNan)] |
| 5 | + | ^^^^^^^^^^^^^^ help: try: `FooWithLongName` |
6 | 6 |
|
7 | 7 | error: cannot find attribute macro `attr_proc_macra` in this scope
|
8 |
| - --> $DIR/resolve-error.rs:39:3 |
| 8 | + --> $DIR/resolve-error.rs:41:3 |
9 | 9 | |
|
10 |
| -39 | #[attr_proc_macra] |
11 |
| - | ^^^^^^^^^^^^^^^ help: did you mean `attr_proc_macro` |
| 10 | +41 | #[attr_proc_macra] |
| 11 | + | ^^^^^^^^^^^^^^^ help: try: `attr_proc_macro` |
12 | 12 |
|
13 | 13 | error: cannot find attribute macro `FooWithLongNan` in this scope
|
14 |
| - --> $DIR/resolve-error.rs:42:3 |
| 14 | + --> $DIR/resolve-error.rs:45:3 |
15 | 15 | |
|
16 |
| -42 | #[FooWithLongNan] |
| 16 | +45 | #[FooWithLongNan] |
17 | 17 | | ^^^^^^^^^^^^^^
|
18 | 18 |
|
19 | 19 | error: cannot find derive macro `Dlone` in this scope
|
20 |
| - --> $DIR/resolve-error.rs:45:10 |
| 20 | + --> $DIR/resolve-error.rs:49:10 |
21 | 21 | |
|
22 |
| -45 | #[derive(Dlone)] |
23 |
| - | ^^^^^ help: did you mean `Clone` |
| 22 | +49 | #[derive(Dlone)] |
| 23 | + | ^^^^^ help: try: `Clone` |
24 | 24 |
|
25 | 25 | error: cannot find derive macro `Dlona` in this scope
|
26 |
| - --> $DIR/resolve-error.rs:48:10 |
| 26 | + --> $DIR/resolve-error.rs:53:10 |
27 | 27 | |
|
28 |
| -48 | #[derive(Dlona)] |
29 |
| - | ^^^^^ help: did you mean `Clona` |
| 28 | +53 | #[derive(Dlona)] |
| 29 | + | ^^^^^ help: try: `Clona` |
30 | 30 |
|
31 | 31 | error: cannot find derive macro `attr_proc_macra` in this scope
|
32 |
| - --> $DIR/resolve-error.rs:51:10 |
| 32 | + --> $DIR/resolve-error.rs:57:10 |
33 | 33 | |
|
34 |
| -51 | #[derive(attr_proc_macra)] |
| 34 | +57 | #[derive(attr_proc_macra)] |
35 | 35 | | ^^^^^^^^^^^^^^^
|
36 | 36 |
|
37 | 37 | error: cannot find macro `FooWithLongNama!` in this scope
|
38 |
| - --> $DIR/resolve-error.rs:55:5 |
| 38 | + --> $DIR/resolve-error.rs:62:5 |
39 | 39 | |
|
40 |
| -55 | FooWithLongNama!(); |
41 |
| - | ^^^^^^^^^^^^^^^ help: did you mean `FooWithLongNam!` |
| 40 | +62 | FooWithLongNama!(); |
| 41 | + | ^^^^^^^^^^^^^^^ help: you could try the macro: `FooWithLongNam!` |
42 | 42 |
|
43 | 43 | error: cannot find macro `attr_proc_macra!` in this scope
|
44 |
| - --> $DIR/resolve-error.rs:57:5 |
| 44 | + --> $DIR/resolve-error.rs:65:5 |
45 | 45 | |
|
46 |
| -57 | attr_proc_macra!(); |
47 |
| - | ^^^^^^^^^^^^^^^ help: did you mean `attr_proc_mac!` |
| 46 | +65 | attr_proc_macra!(); |
| 47 | + | ^^^^^^^^^^^^^^^ help: you could try the macro: `attr_proc_mac!` |
48 | 48 |
|
49 | 49 | error: cannot find macro `Dlona!` in this scope
|
50 |
| - --> $DIR/resolve-error.rs:59:5 |
| 50 | + --> $DIR/resolve-error.rs:68:5 |
51 | 51 | |
|
52 |
| -59 | Dlona!(); |
| 52 | +68 | Dlona!(); |
53 | 53 | | ^^^^^
|
54 | 54 |
|
55 | 55 | error: cannot find macro `bang_proc_macrp!` in this scope
|
56 |
| - --> $DIR/resolve-error.rs:61:5 |
| 56 | + --> $DIR/resolve-error.rs:71:5 |
57 | 57 | |
|
58 |
| -61 | bang_proc_macrp!(); |
59 |
| - | ^^^^^^^^^^^^^^^ help: did you mean `bang_proc_macro!` |
| 58 | +71 | bang_proc_macrp!(); |
| 59 | + | ^^^^^^^^^^^^^^^ help: you could try the macro: `bang_proc_macro!` |
60 | 60 |
|
61 | 61 | error: aborting due to 10 previous errors
|
62 | 62 |
|
0 commit comments