2017-12-06 09:27:47 +01:00
|
|
|
error: cannot find derive macro `x3300` in this scope
|
2020-01-08 20:02:10 +03:00
|
|
|
--> $DIR/issue-43106-gating-of-derive-2.rs:14:14
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | #[derive(x3300)]
|
2017-12-06 09:27:47 +01:00
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
error: cannot find derive macro `x3300` in this scope
|
2020-01-08 20:02:10 +03:00
|
|
|
--> $DIR/issue-43106-gating-of-derive-2.rs:14:14
|
|
|
|
|
|
|
|
|
LL | #[derive(x3300)]
|
|
|
|
| ^^^^^
|
2023-10-04 18:34:50 +00:00
|
|
|
|
|
|
|
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
2020-01-08 20:02:10 +03:00
|
|
|
|
|
|
|
error: cannot find derive macro `x3300` in this scope
|
|
|
|
--> $DIR/issue-43106-gating-of-derive-2.rs:9:14
|
|
|
|
|
|
|
|
|
LL | #[derive(x3300)]
|
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
error: cannot find derive macro `x3300` in this scope
|
|
|
|
--> $DIR/issue-43106-gating-of-derive-2.rs:9:14
|
|
|
|
|
|
|
|
|
LL | #[derive(x3300)]
|
|
|
|
| ^^^^^
|
2023-10-04 18:34:50 +00:00
|
|
|
|
|
|
|
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
2020-01-08 20:02:10 +03:00
|
|
|
|
|
|
|
error: cannot find derive macro `x3300` in this scope
|
|
|
|
--> $DIR/issue-43106-gating-of-derive-2.rs:4:14
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | #[derive(x3300)]
|
2017-12-06 09:27:47 +01:00
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
error: cannot find derive macro `x3300` in this scope
|
2019-08-24 21:12:13 +03:00
|
|
|
--> $DIR/issue-43106-gating-of-derive-2.rs:4:14
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | #[derive(x3300)]
|
2017-12-06 09:27:47 +01:00
|
|
|
| ^^^^^
|
2023-10-04 18:34:50 +00:00
|
|
|
|
|
|
|
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
2017-12-06 09:27:47 +01:00
|
|
|
|
2020-01-08 20:02:10 +03:00
|
|
|
error: aborting due to 6 previous errors
|
2017-12-06 09:27:47 +01:00
|
|
|
|