2017-12-06 02:27:47 -06:00
|
|
|
error: cannot find derive macro `x3300` in this scope
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-derive-2.rs:4:14
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | #[derive(x3300)]
|
2017-12-06 02:27:47 -06:00
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
error: cannot find derive macro `x3300` in this scope
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-derive-2.rs:8:14
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | #[derive(x3300)]
|
2017-12-06 02:27:47 -06:00
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
error: cannot find derive macro `x3300` in this scope
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-derive-2.rs:12:14
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | #[derive(x3300)]
|
2017-12-06 02:27:47 -06:00
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 3 previous errors
|
|
|
|
|