mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
45 lines
1.2 KiB
Plaintext
45 lines
1.2 KiB
Plaintext
error: cannot find derive macro `x3300` in this scope
|
|
--> $DIR/issue-43106-gating-of-derive-2.rs:14:14
|
|
|
|
|
LL | #[derive(x3300)]
|
|
| ^^^^^
|
|
|
|
error: cannot find derive macro `x3300` in this scope
|
|
--> $DIR/issue-43106-gating-of-derive-2.rs:14:14
|
|
|
|
|
LL | #[derive(x3300)]
|
|
| ^^^^^
|
|
|
|
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
|
|
|
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)]
|
|
| ^^^^^
|
|
|
|
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
|
|
|
error: cannot find derive macro `x3300` in this scope
|
|
--> $DIR/issue-43106-gating-of-derive-2.rs:4:14
|
|
|
|
|
LL | #[derive(x3300)]
|
|
| ^^^^^
|
|
|
|
error: cannot find derive macro `x3300` in this scope
|
|
--> $DIR/issue-43106-gating-of-derive-2.rs:4:14
|
|
|
|
|
LL | #[derive(x3300)]
|
|
| ^^^^^
|
|
|
|
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
|
|
|
error: aborting due to 6 previous errors
|
|
|