2019-09-15 05:12:14 -05:00
|
|
|
error: cannot find macro `bang_proc_macrp` in this scope
|
2020-01-07 14:59:24 -06:00
|
|
|
--> $DIR/resolve-error.rs:64:5
|
2019-06-08 09:35:54 -05:00
|
|
|
|
|
2019-10-28 16:48:49 -05:00
|
|
|
LL | bang_proc_macrp!();
|
|
|
|
| ^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `bang_proc_macro`
|
2019-10-14 19:20:50 -05:00
|
|
|
|
|
|
|
|
::: $DIR/auxiliary/test-macros.rs:15:1
|
|
|
|
|
|
2019-10-28 16:48:49 -05:00
|
|
|
LL | pub fn empty(_: TokenStream) -> TokenStream {
|
|
|
|
| ------------------------------------------- similarly named macro `bang_proc_macro` defined here
|
2019-06-08 09:35:54 -05:00
|
|
|
|
2019-09-15 05:12:14 -05:00
|
|
|
error: cannot find macro `Dlona` in this scope
|
2020-01-07 14:59:24 -06:00
|
|
|
--> $DIR/resolve-error.rs:61:5
|
2019-06-08 09:35:54 -05:00
|
|
|
|
|
2019-08-24 13:12:13 -05:00
|
|
|
LL | Dlona!();
|
|
|
|
| ^^^^^
|
2017-05-16 08:11:34 -05:00
|
|
|
|
2019-09-15 05:12:14 -05:00
|
|
|
error: cannot find macro `attr_proc_macra` in this scope
|
2020-01-07 14:59:24 -06:00
|
|
|
--> $DIR/resolve-error.rs:58:5
|
2017-05-16 08:11:34 -05:00
|
|
|
|
|
2019-10-14 19:20:50 -05:00
|
|
|
LL | / macro_rules! attr_proc_mac {
|
|
|
|
LL | | () => {}
|
|
|
|
LL | | }
|
|
|
|
| |_- similarly named macro `attr_proc_mac` defined here
|
|
|
|
...
|
|
|
|
LL | attr_proc_macra!();
|
|
|
|
| ^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `attr_proc_mac`
|
2017-05-16 08:11:34 -05:00
|
|
|
|
2019-09-15 05:12:14 -05:00
|
|
|
error: cannot find macro `FooWithLongNama` in this scope
|
2020-01-07 14:59:24 -06:00
|
|
|
--> $DIR/resolve-error.rs:55:5
|
2017-05-16 08:11:34 -05:00
|
|
|
|
|
2019-10-14 19:20:50 -05:00
|
|
|
LL | / macro_rules! FooWithLongNam {
|
|
|
|
LL | | () => {}
|
|
|
|
LL | | }
|
|
|
|
| |_- similarly named macro `FooWithLongNam` defined here
|
|
|
|
...
|
|
|
|
LL | FooWithLongNama!();
|
|
|
|
| ^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `FooWithLongNam`
|
2017-05-16 08:11:34 -05:00
|
|
|
|
|
|
|
error: cannot find derive macro `attr_proc_macra` in this scope
|
2020-01-07 14:59:24 -06:00
|
|
|
--> $DIR/resolve-error.rs:49:10
|
2020-01-08 11:02:10 -06:00
|
|
|
|
|
|
|
|
LL | #[derive(attr_proc_macra)]
|
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: cannot find derive macro `attr_proc_macra` in this scope
|
2020-01-07 14:59:24 -06:00
|
|
|
--> $DIR/resolve-error.rs:49:10
|
2017-05-16 08:11:34 -05:00
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | #[derive(attr_proc_macra)]
|
2019-03-16 16:05:16 -05:00
|
|
|
| ^^^^^^^^^^^^^^^
|
2017-05-16 08:11:34 -05:00
|
|
|
|
2019-08-24 13:12:13 -05:00
|
|
|
error: cannot find derive macro `Dlona` in this scope
|
2020-01-07 14:59:24 -06:00
|
|
|
--> $DIR/resolve-error.rs:44:10
|
2020-01-08 11:02:10 -06:00
|
|
|
|
|
|
|
|
LL | #[derive(Dlona)]
|
|
|
|
| ^^^^^ help: a derive macro with a similar name exists: `Clona`
|
2020-01-07 14:59:24 -06:00
|
|
|
|
|
|
|
|
::: $DIR/auxiliary/derive-clona.rs:11:1
|
|
|
|
|
|
|
|
|
LL | pub fn derive_clonea(input: TokenStream) -> TokenStream {
|
|
|
|
| ------------------------------------------------------- similarly named derive macro `Clona` defined here
|
2020-01-08 11:02:10 -06:00
|
|
|
|
|
|
|
error: cannot find derive macro `Dlona` in this scope
|
2020-01-07 14:59:24 -06:00
|
|
|
--> $DIR/resolve-error.rs:44:10
|
2017-05-16 08:11:34 -05:00
|
|
|
|
|
2019-10-28 16:48:49 -05:00
|
|
|
LL | #[derive(Dlona)]
|
|
|
|
| ^^^^^ help: a derive macro with a similar name exists: `Clona`
|
2019-10-14 19:20:50 -05:00
|
|
|
|
|
|
|
|
::: $DIR/auxiliary/derive-clona.rs:11:1
|
|
|
|
|
|
2019-10-28 16:48:49 -05:00
|
|
|
LL | pub fn derive_clonea(input: TokenStream) -> TokenStream {
|
|
|
|
| ------------------------------------------------------- similarly named derive macro `Clona` defined here
|
2017-05-16 08:11:34 -05:00
|
|
|
|
2019-08-24 13:12:13 -05:00
|
|
|
error: cannot find derive macro `Dlone` in this scope
|
2020-01-07 14:59:24 -06:00
|
|
|
--> $DIR/resolve-error.rs:39:10
|
2020-01-08 11:02:10 -06:00
|
|
|
|
|
|
|
|
LL | #[derive(Dlone)]
|
|
|
|
| ^^^^^ help: a derive macro with a similar name exists: `Clone`
|
2020-01-07 14:59:24 -06:00
|
|
|
|
|
|
|
|
::: $SRC_DIR/libcore/clone.rs:LL:COL
|
|
|
|
|
|
|
|
|
LL | pub macro Clone($item:item) {
|
|
|
|
| --------------------------- similarly named derive macro `Clone` defined here
|
2020-01-08 11:02:10 -06:00
|
|
|
|
|
|
|
error: cannot find derive macro `Dlone` in this scope
|
2020-01-07 14:59:24 -06:00
|
|
|
--> $DIR/resolve-error.rs:39:10
|
2017-05-16 08:11:34 -05:00
|
|
|
|
|
2019-08-24 13:12:13 -05:00
|
|
|
LL | #[derive(Dlone)]
|
|
|
|
| ^^^^^ help: a derive macro with a similar name exists: `Clone`
|
2019-10-14 19:20:50 -05:00
|
|
|
|
|
|
|
|
::: $SRC_DIR/libcore/clone.rs:LL:COL
|
|
|
|
|
|
2020-01-07 14:59:24 -06:00
|
|
|
LL | pub macro Clone($item:item) {
|
2019-10-28 16:48:49 -05:00
|
|
|
| --------------------------- similarly named derive macro `Clone` defined here
|
2017-05-16 08:11:34 -05:00
|
|
|
|
2019-09-15 04:55:18 -05:00
|
|
|
error: cannot find attribute `FooWithLongNan` in this scope
|
2020-01-07 14:59:24 -06:00
|
|
|
--> $DIR/resolve-error.rs:36:3
|
2017-05-16 08:11:34 -05:00
|
|
|
|
|
2019-08-24 13:12:13 -05:00
|
|
|
LL | #[FooWithLongNan]
|
|
|
|
| ^^^^^^^^^^^^^^
|
2017-05-16 08:11:34 -05:00
|
|
|
|
2019-09-15 04:55:18 -05:00
|
|
|
error: cannot find attribute `attr_proc_macra` in this scope
|
2020-01-07 14:59:24 -06:00
|
|
|
--> $DIR/resolve-error.rs:32:3
|
2017-05-16 08:11:34 -05:00
|
|
|
|
|
2019-10-28 16:48:49 -05:00
|
|
|
LL | #[attr_proc_macra]
|
|
|
|
| ^^^^^^^^^^^^^^^ help: an attribute macro with a similar name exists: `attr_proc_macro`
|
2019-10-14 19:20:50 -05:00
|
|
|
|
|
|
|
|
::: $DIR/auxiliary/test-macros.rs:20:1
|
|
|
|
|
|
2019-10-28 16:48:49 -05:00
|
|
|
LL | pub fn empty_attr(_: TokenStream, _: TokenStream) -> TokenStream {
|
|
|
|
| ---------------------------------------------------------------- similarly named attribute macro `attr_proc_macro` defined here
|
2019-08-24 13:12:13 -05:00
|
|
|
|
|
|
|
error: cannot find derive macro `FooWithLongNan` in this scope
|
2020-01-07 14:59:24 -06:00
|
|
|
--> $DIR/resolve-error.rs:26:10
|
2019-08-24 13:12:13 -05:00
|
|
|
|
|
2019-10-28 16:48:49 -05:00
|
|
|
LL | #[derive(FooWithLongNan)]
|
|
|
|
| ^^^^^^^^^^^^^^ help: a derive macro with a similar name exists: `FooWithLongName`
|
2019-10-14 19:20:50 -05:00
|
|
|
|
|
|
|
|
::: $DIR/auxiliary/derive-foo.rs:11:1
|
|
|
|
|
|
2019-10-28 16:48:49 -05:00
|
|
|
LL | pub fn derive_foo(input: TokenStream) -> TokenStream {
|
|
|
|
| ---------------------------------------------------- similarly named derive macro `FooWithLongName` defined here
|
2017-05-16 08:11:34 -05:00
|
|
|
|
2020-01-08 11:02:10 -06:00
|
|
|
error: cannot find derive macro `FooWithLongNan` in this scope
|
2020-01-07 14:59:24 -06:00
|
|
|
--> $DIR/resolve-error.rs:26:10
|
2020-01-08 11:02:10 -06:00
|
|
|
|
|
|
|
|
LL | #[derive(FooWithLongNan)]
|
|
|
|
| ^^^^^^^^^^^^^^ help: a derive macro with a similar name exists: `FooWithLongName`
|
2020-01-07 14:59:24 -06:00
|
|
|
|
|
|
|
|
::: $DIR/auxiliary/derive-foo.rs:11:1
|
|
|
|
|
|
|
|
|
LL | pub fn derive_foo(input: TokenStream) -> TokenStream {
|
|
|
|
| ---------------------------------------------------- similarly named derive macro `FooWithLongName` defined here
|
2020-01-08 11:02:10 -06:00
|
|
|
|
|
|
|
error: aborting due to 14 previous errors
|
2017-05-16 08:11:34 -05:00
|
|
|
|