]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/resolve-error.stderr
Update src/libcore/mem.rs
[rust.git] / src / test / ui / proc-macro / resolve-error.stderr
1 error: cannot find derive macro `FooWithLongNan` in this scope
2   --> $DIR/resolve-error.rs:26:10
3    |
4 LL | #[derive(FooWithLongNan)]
5    |          ^^^^^^^^^^^^^^ help: try: `FooWithLongName`
6
7 error: cannot find derive macro `Dlone` in this scope
8   --> $DIR/resolve-error.rs:36:10
9    |
10 LL | #[derive(Dlone)]
11    |          ^^^^^ help: try: `Clone`
12
13 error: cannot find derive macro `Dlona` in this scope
14   --> $DIR/resolve-error.rs:40:10
15    |
16 LL | #[derive(Dlona)]
17    |          ^^^^^ help: try: `Clona`
18
19 error: cannot find derive macro `attr_proc_macra` in this scope
20   --> $DIR/resolve-error.rs:44:10
21    |
22 LL | #[derive(attr_proc_macra)]
23    |          ^^^^^^^^^^^^^^^
24
25 error: cannot find macro `FooWithLongNama!` in this scope
26   --> $DIR/resolve-error.rs:49:5
27    |
28 LL |     FooWithLongNama!();
29    |     ^^^^^^^^^^^^^^^ help: you could try the macro: `FooWithLongNam`
30
31 error: cannot find macro `attr_proc_macra!` in this scope
32   --> $DIR/resolve-error.rs:52:5
33    |
34 LL |     attr_proc_macra!();
35    |     ^^^^^^^^^^^^^^^ help: you could try the macro: `attr_proc_mac`
36
37 error: cannot find macro `Dlona!` in this scope
38   --> $DIR/resolve-error.rs:55:5
39    |
40 LL |     Dlona!();
41    |     ^^^^^
42
43 error: cannot find macro `bang_proc_macrp!` in this scope
44   --> $DIR/resolve-error.rs:58:5
45    |
46 LL |     bang_proc_macrp!();
47    |     ^^^^^^^^^^^^^^^ help: you could try the macro: `bang_proc_macro`
48
49 error: aborting due to 8 previous errors
50