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