2017-05-16 15:11:34 +02:00
|
|
|
error: cannot find derive macro `FooWithLongNan` in this scope
|
2018-05-13 18:46:38 +03:00
|
|
|
--> $DIR/resolve-error.rs:36:10
|
2017-05-16 15:11:34 +02:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | #[derive(FooWithLongNan)]
|
2017-05-16 15:12:24 +02:00
|
|
|
| ^^^^^^^^^^^^^^ help: try: `FooWithLongName`
|
2017-05-16 15:11:34 +02:00
|
|
|
|
|
|
|
error: cannot find attribute macro `attr_proc_macra` in this scope
|
2018-05-13 18:46:38 +03:00
|
|
|
--> $DIR/resolve-error.rs:40:3
|
2017-05-16 15:11:34 +02:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | #[attr_proc_macra]
|
2017-05-16 15:12:24 +02:00
|
|
|
| ^^^^^^^^^^^^^^^ help: try: `attr_proc_macro`
|
2017-05-16 15:11:34 +02:00
|
|
|
|
|
|
|
error: cannot find attribute macro `FooWithLongNan` in this scope
|
2018-05-13 18:46:38 +03:00
|
|
|
--> $DIR/resolve-error.rs:44:3
|
2017-05-16 15:11:34 +02:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | #[FooWithLongNan]
|
2017-05-16 15:11:34 +02:00
|
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: cannot find derive macro `Dlone` in this scope
|
2018-05-13 18:46:38 +03:00
|
|
|
--> $DIR/resolve-error.rs:48:10
|
2017-05-16 15:11:34 +02:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | #[derive(Dlone)]
|
2017-05-16 15:12:24 +02:00
|
|
|
| ^^^^^ help: try: `Clone`
|
2017-05-16 15:11:34 +02:00
|
|
|
|
|
|
|
error: cannot find derive macro `Dlona` in this scope
|
2018-05-13 18:46:38 +03:00
|
|
|
--> $DIR/resolve-error.rs:52:10
|
2017-05-16 15:11:34 +02:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | #[derive(Dlona)]
|
2017-05-16 15:12:24 +02:00
|
|
|
| ^^^^^ help: try: `Clona`
|
2017-05-16 15:11:34 +02:00
|
|
|
|
|
|
|
error: cannot find derive macro `attr_proc_macra` in this scope
|
2018-05-13 18:46:38 +03:00
|
|
|
--> $DIR/resolve-error.rs:56:10
|
2017-05-16 15:11:34 +02:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | #[derive(attr_proc_macra)]
|
2017-05-16 15:11:34 +02:00
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: cannot find macro `FooWithLongNama!` in this scope
|
2018-05-13 18:46:38 +03:00
|
|
|
--> $DIR/resolve-error.rs:61:5
|
2017-05-16 15:11:34 +02:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | FooWithLongNama!();
|
2018-01-15 08:08:22 +11:00
|
|
|
| ^^^^^^^^^^^^^^^ help: you could try the macro: `FooWithLongNam`
|
2017-05-16 15:11:34 +02:00
|
|
|
|
|
|
|
error: cannot find macro `attr_proc_macra!` in this scope
|
2018-05-13 18:46:38 +03:00
|
|
|
--> $DIR/resolve-error.rs:64:5
|
2017-05-16 15:11:34 +02:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | attr_proc_macra!();
|
2018-01-15 08:08:22 +11:00
|
|
|
| ^^^^^^^^^^^^^^^ help: you could try the macro: `attr_proc_mac`
|
2017-05-16 15:11:34 +02:00
|
|
|
|
|
|
|
error: cannot find macro `Dlona!` in this scope
|
2018-05-13 18:46:38 +03:00
|
|
|
--> $DIR/resolve-error.rs:67:5
|
2017-05-16 15:11:34 +02:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | Dlona!();
|
2017-05-16 15:11:34 +02:00
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
error: cannot find macro `bang_proc_macrp!` in this scope
|
2018-05-13 18:46:38 +03:00
|
|
|
--> $DIR/resolve-error.rs:70:5
|
2017-05-16 15:11:34 +02:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | bang_proc_macrp!();
|
2018-01-15 08:08:22 +11:00
|
|
|
| ^^^^^^^^^^^^^^^ help: you could try the macro: `bang_proc_macro`
|
2017-05-16 15:11:34 +02:00
|
|
|
|
|
|
|
error: aborting due to 10 previous errors
|
|
|
|
|