blob: 8f63b16b0cf026366d78bd80dcb931c25e056aae [file] [log] [blame]
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:18:14
|
LL | #[derive(x3300)]
| ^^^^^
error: cannot find derive macro `x3300` in this scope
--> $DIR/issue-43106-gating-of-derive-2.rs:22:14
|
LL | #[derive(x3300)]
| ^^^^^
error: aborting due to 3 previous errors