]> git.proxmox.com Git - rustc.git/blame - src/test/ui/proc-macro/resolve-error.stderr
New upstream version 1.35.0+dfsg1
[rustc.git] / src / test / ui / proc-macro / resolve-error.stderr
CommitLineData
041b39d2 1error: cannot find derive macro `FooWithLongNan` in this scope
0731742a 2 --> $DIR/resolve-error.rs:26:10
041b39d2 3 |
0531ce1d 4LL | #[derive(FooWithLongNan)]
041b39d2
XL
5 | ^^^^^^^^^^^^^^ help: try: `FooWithLongName`
6
041b39d2 7error: cannot find derive macro `Dlone` in this scope
0731742a 8 --> $DIR/resolve-error.rs:36:10
041b39d2 9 |
0531ce1d 10LL | #[derive(Dlone)]
041b39d2
XL
11 | ^^^^^ help: try: `Clone`
12
13error: cannot find derive macro `Dlona` in this scope
0731742a 14 --> $DIR/resolve-error.rs:40:10
041b39d2 15 |
0531ce1d 16LL | #[derive(Dlona)]
041b39d2
XL
17 | ^^^^^ help: try: `Clona`
18
19error: cannot find derive macro `attr_proc_macra` in this scope
0731742a 20 --> $DIR/resolve-error.rs:44:10
041b39d2 21 |
0531ce1d 22LL | #[derive(attr_proc_macra)]
532ac7d7 23 | ^^^^^^^^^^^^^^^
041b39d2
XL
24
25error: cannot find macro `FooWithLongNama!` in this scope
0731742a 26 --> $DIR/resolve-error.rs:49:5
041b39d2 27 |
0531ce1d 28LL | FooWithLongNama!();
2c00a5a8 29 | ^^^^^^^^^^^^^^^ help: you could try the macro: `FooWithLongNam`
041b39d2
XL
30
31error: cannot find macro `attr_proc_macra!` in this scope
0731742a 32 --> $DIR/resolve-error.rs:52:5
041b39d2 33 |
0531ce1d 34LL | attr_proc_macra!();
2c00a5a8 35 | ^^^^^^^^^^^^^^^ help: you could try the macro: `attr_proc_mac`
041b39d2
XL
36
37error: cannot find macro `Dlona!` in this scope
0731742a 38 --> $DIR/resolve-error.rs:55:5
041b39d2 39 |
0531ce1d 40LL | Dlona!();
041b39d2
XL
41 | ^^^^^
42
43error: cannot find macro `bang_proc_macrp!` in this scope
0731742a 44 --> $DIR/resolve-error.rs:58:5
041b39d2 45 |
0531ce1d 46LL | bang_proc_macrp!();
2c00a5a8 47 | ^^^^^^^^^^^^^^^ help: you could try the macro: `bang_proc_macro`
041b39d2 48
b7449926 49error: aborting due to 8 previous errors
041b39d2 50