rust/src/test/ui/feature-gate/issue-43106-gating-of-derive-2.stderr

21 lines
525 B
Plaintext
Raw Normal View History

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