rust/src/test/ui-fulldeps/resolve-error.stderr

63 lines
1.7 KiB
Plaintext
Raw Normal View History

error: cannot find derive macro `FooWithLongNan` in this scope
2017-05-16 08:12:24 -05:00
--> $DIR/resolve-error.rs:37:10
|
2017-05-16 08:12:24 -05:00
37 | #[derive(FooWithLongNan)]
| ^^^^^^^^^^^^^^ help: try: `FooWithLongName`
error: cannot find attribute macro `attr_proc_macra` in this scope
2017-11-20 06:13:27 -06:00
--> $DIR/resolve-error.rs:41:3
|
2017-11-20 06:13:27 -06:00
41 | #[attr_proc_macra]
2017-05-16 08:12:24 -05:00
| ^^^^^^^^^^^^^^^ help: try: `attr_proc_macro`
error: cannot find attribute macro `FooWithLongNan` in this scope
2017-11-20 06:13:27 -06:00
--> $DIR/resolve-error.rs:45:3
|
2017-11-20 06:13:27 -06:00
45 | #[FooWithLongNan]
| ^^^^^^^^^^^^^^
error: cannot find derive macro `Dlone` in this scope
2017-11-20 06:13:27 -06:00
--> $DIR/resolve-error.rs:49:10
|
2017-11-20 06:13:27 -06:00
49 | #[derive(Dlone)]
2017-05-16 08:12:24 -05:00
| ^^^^^ help: try: `Clone`
error: cannot find derive macro `Dlona` in this scope
2017-11-20 06:13:27 -06:00
--> $DIR/resolve-error.rs:53:10
|
2017-11-20 06:13:27 -06:00
53 | #[derive(Dlona)]
2017-05-16 08:12:24 -05:00
| ^^^^^ help: try: `Clona`
error: cannot find derive macro `attr_proc_macra` in this scope
2017-11-20 06:13:27 -06:00
--> $DIR/resolve-error.rs:57:10
|
2017-11-20 06:13:27 -06:00
57 | #[derive(attr_proc_macra)]
| ^^^^^^^^^^^^^^^
error: cannot find macro `FooWithLongNama!` in this scope
2017-11-20 06:13:27 -06:00
--> $DIR/resolve-error.rs:62:5
|
2017-11-20 06:13:27 -06:00
62 | FooWithLongNama!();
| ^^^^^^^^^^^^^^^ help: you could try the macro: `FooWithLongNam`
error: cannot find macro `attr_proc_macra!` in this scope
2017-11-20 06:13:27 -06:00
--> $DIR/resolve-error.rs:65:5
|
2017-11-20 06:13:27 -06:00
65 | attr_proc_macra!();
| ^^^^^^^^^^^^^^^ help: you could try the macro: `attr_proc_mac`
error: cannot find macro `Dlona!` in this scope
2017-11-20 06:13:27 -06:00
--> $DIR/resolve-error.rs:68:5
|
2017-11-20 06:13:27 -06:00
68 | Dlona!();
| ^^^^^
error: cannot find macro `bang_proc_macrp!` in this scope
2017-11-20 06:13:27 -06:00
--> $DIR/resolve-error.rs:71:5
|
2017-11-20 06:13:27 -06:00
71 | bang_proc_macrp!();
| ^^^^^^^^^^^^^^^ help: you could try the macro: `bang_proc_macro`
error: aborting due to 10 previous errors