rust/tests/ui/feature-gates/issue-43106-gating-of-derive-2.stderr

39 lines
1004 B
Plaintext
Raw Normal View History

error: cannot find derive macro `x3300` in this scope
2020-01-08 17:02:10 +00:00
--> $DIR/issue-43106-gating-of-derive-2.rs:14:14
|
2018-02-23 00:42:32 +00:00
LL | #[derive(x3300)]
| ^^^^^
error: cannot find derive macro `x3300` in this scope
2020-01-08 17:02:10 +00:00
--> $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: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)]
| ^^^^^
error: cannot find derive macro `x3300` in this scope
--> $DIR/issue-43106-gating-of-derive-2.rs:4:14
|
2018-02-23 00:42:32 +00:00
LL | #[derive(x3300)]
| ^^^^^
error: cannot find derive macro `x3300` in this scope
--> $DIR/issue-43106-gating-of-derive-2.rs:4:14
|
2018-02-23 00:42:32 +00:00
LL | #[derive(x3300)]
| ^^^^^
2020-01-08 17:02:10 +00:00
error: aborting due to 6 previous errors