rust/src/test/ui/proc-macro/resolve-error.stderr

51 lines
1.4 KiB
Plaintext
Raw Normal View History

error: cannot find derive macro `FooWithLongNan` in this scope
--> $DIR/resolve-error.rs:24:10
|
2018-02-22 18:42:32 -06:00
LL | #[derive(FooWithLongNan)]
2017-05-16 08:12:24 -05:00
| ^^^^^^^^^^^^^^ help: try: `FooWithLongName`
error: cannot find derive macro `Dlone` in this scope
--> $DIR/resolve-error.rs:34:10
|
2018-02-22 18:42:32 -06:00
LL | #[derive(Dlone)]
2017-05-16 08:12:24 -05:00
| ^^^^^ help: try: `Clone`
error: cannot find derive macro `Dlona` in this scope
--> $DIR/resolve-error.rs:38:10
|
2018-02-22 18:42:32 -06:00
LL | #[derive(Dlona)]
2017-05-16 08:12:24 -05:00
| ^^^^^ help: try: `Clona`
error: cannot find derive macro `attr_proc_macra` in this scope
--> $DIR/resolve-error.rs:42:10
|
2018-02-22 18:42:32 -06:00
LL | #[derive(attr_proc_macra)]
2019-03-16 16:05:16 -05:00
| ^^^^^^^^^^^^^^^
error: cannot find macro `FooWithLongNama!` in this scope
--> $DIR/resolve-error.rs:47:5
|
2018-02-22 18:42:32 -06:00
LL | FooWithLongNama!();
| ^^^^^^^^^^^^^^^ help: you could try the macro: `FooWithLongNam`
error: cannot find macro `attr_proc_macra!` in this scope
--> $DIR/resolve-error.rs:50:5
|
2018-02-22 18:42:32 -06:00
LL | attr_proc_macra!();
| ^^^^^^^^^^^^^^^ help: you could try the macro: `attr_proc_mac`
error: cannot find macro `Dlona!` in this scope
--> $DIR/resolve-error.rs:53:5
|
2018-02-22 18:42:32 -06:00
LL | Dlona!();
| ^^^^^
error: cannot find macro `bang_proc_macrp!` in this scope
--> $DIR/resolve-error.rs:56:5
|
2018-02-22 18:42:32 -06:00
LL | bang_proc_macrp!();
| ^^^^^^^^^^^^^^^ help: you could try the macro: `bang_proc_macro`
error: aborting due to 8 previous errors