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