2019-09-15 13:12:14 +03:00
|
|
|
error: cannot find macro `bang_proc_macrp` in this scope
|
2019-08-24 21:12:13 +03:00
|
|
|
--> $DIR/resolve-error.rs:56:5
|
2019-06-08 17:35:54 +03:00
|
|
|
|
|
2019-08-24 21:12:13 +03:00
|
|
|
LL | bang_proc_macrp!();
|
|
|
|
| ^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `bang_proc_macro`
|
2019-06-08 17:35:54 +03:00
|
|
|
|
2019-09-15 13:12:14 +03:00
|
|
|
error: cannot find macro `Dlona` in this scope
|
2019-08-24 21:12:13 +03:00
|
|
|
--> $DIR/resolve-error.rs:53:5
|
2019-06-08 17:35:54 +03:00
|
|
|
|
|
2019-08-24 21:12:13 +03:00
|
|
|
LL | Dlona!();
|
|
|
|
| ^^^^^
|
2017-05-16 15:11:34 +02:00
|
|
|
|
2019-09-15 13:12:14 +03:00
|
|
|
error: cannot find macro `attr_proc_macra` in this scope
|
2019-08-24 21:12:13 +03:00
|
|
|
--> $DIR/resolve-error.rs:50:5
|
2017-05-16 15:11:34 +02:00
|
|
|
|
|
2019-08-24 21:12:13 +03:00
|
|
|
LL | attr_proc_macra!();
|
|
|
|
| ^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `attr_proc_mac`
|
2017-05-16 15:11:34 +02:00
|
|
|
|
2019-09-15 13:12:14 +03:00
|
|
|
error: cannot find macro `FooWithLongNama` in this scope
|
2019-08-24 21:12:13 +03:00
|
|
|
--> $DIR/resolve-error.rs:47:5
|
2017-05-16 15:11:34 +02:00
|
|
|
|
|
2019-08-24 21:12:13 +03:00
|
|
|
LL | FooWithLongNama!();
|
|
|
|
| ^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `FooWithLongNam`
|
2017-05-16 15:11:34 +02:00
|
|
|
|
|
|
|
error: cannot find derive macro `attr_proc_macra` in this scope
|
2019-05-22 01:09:58 +03:00
|
|
|
--> $DIR/resolve-error.rs:42:10
|
2017-05-16 15:11:34 +02:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | #[derive(attr_proc_macra)]
|
2019-03-16 17:05:16 -04:00
|
|
|
| ^^^^^^^^^^^^^^^
|
2017-05-16 15:11:34 +02:00
|
|
|
|
2019-08-24 21:12:13 +03:00
|
|
|
error: cannot find derive macro `Dlona` in this scope
|
|
|
|
--> $DIR/resolve-error.rs:38:10
|
2017-05-16 15:11:34 +02:00
|
|
|
|
|
2019-08-24 21:12:13 +03:00
|
|
|
LL | #[derive(Dlona)]
|
|
|
|
| ^^^^^ help: a derive macro with a similar name exists: `Clona`
|
2017-05-16 15:11:34 +02:00
|
|
|
|
2019-08-24 21:12:13 +03:00
|
|
|
error: cannot find derive macro `Dlone` in this scope
|
|
|
|
--> $DIR/resolve-error.rs:34:10
|
2017-05-16 15:11:34 +02:00
|
|
|
|
|
2019-08-24 21:12:13 +03:00
|
|
|
LL | #[derive(Dlone)]
|
|
|
|
| ^^^^^ help: a derive macro with a similar name exists: `Clone`
|
2017-05-16 15:11:34 +02:00
|
|
|
|
2019-09-15 12:55:18 +03:00
|
|
|
error: cannot find attribute `FooWithLongNan` in this scope
|
2019-08-24 21:12:13 +03:00
|
|
|
--> $DIR/resolve-error.rs:31:3
|
2017-05-16 15:11:34 +02:00
|
|
|
|
|
2019-08-24 21:12:13 +03:00
|
|
|
LL | #[FooWithLongNan]
|
|
|
|
| ^^^^^^^^^^^^^^
|
2017-05-16 15:11:34 +02:00
|
|
|
|
2019-09-15 12:55:18 +03:00
|
|
|
error: cannot find attribute `attr_proc_macra` in this scope
|
2019-08-24 21:12:13 +03:00
|
|
|
--> $DIR/resolve-error.rs:27:3
|
2017-05-16 15:11:34 +02:00
|
|
|
|
|
2019-08-24 21:12:13 +03:00
|
|
|
LL | #[attr_proc_macra]
|
|
|
|
| ^^^^^^^^^^^^^^^ help: an attribute macro with a similar name exists: `attr_proc_macro`
|
|
|
|
|
|
|
|
error: cannot find derive macro `FooWithLongNan` in this scope
|
|
|
|
--> $DIR/resolve-error.rs:22:10
|
|
|
|
|
|
|
|
|
LL | #[derive(FooWithLongNan)]
|
|
|
|
| ^^^^^^^^^^^^^^ help: a derive macro with a similar name exists: `FooWithLongName`
|
2017-05-16 15:11:34 +02:00
|
|
|
|
2019-06-08 17:35:54 +03:00
|
|
|
error: aborting due to 10 previous errors
|
2017-05-16 15:11:34 +02:00
|
|
|
|