rust/src/test/ui/feature-gates/feature-gate-marker_trait_attr.stderr

13 lines
442 B
Plaintext
Raw Normal View History

2019-04-10 18:40:12 -05:00
error[E0658]: marker traits is an experimental feature
2018-12-25 09:56:47 -06:00
--> $DIR/feature-gate-marker_trait_attr.rs:3:1
|
LL | #[marker] trait ExplicitMarker {}
| ^^^^^^^^^
|
2019-04-11 13:42:06 -05:00
= note: for more information, see https://github.com/rust-lang/rust/issues/29864
= help: add `#![feature(marker_trait_attr)]` to the crate attributes to enable
error: aborting due to previous error
For more information about this error, try `rustc --explain E0658`.