2018-08-25 11:33:58 +00:00
|
|
|
error[E0715]: impls for marker traits cannot contain items
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/override-item-on-marker-trait.rs:10:1
|
2018-08-25 11:33:58 +00:00
|
|
|
|
|
|
|
|
LL | impl Marker for OverrideConst {
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error[E0715]: impls for marker traits cannot contain items
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/override-item-on-marker-trait.rs:16:1
|
2018-08-25 11:33:58 +00:00
|
|
|
|
|
|
|
|
LL | impl Marker for OverrideFn {
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0715`.
|