2020-02-08 14:14:02 -06:00
|
|
|
error: cannot specialize on trait `SpecMarker`
|
2022-07-01 16:41:28 -05:00
|
|
|
--> $DIR/specialize_on_trait.rs:15:9
|
2020-02-08 14:14:02 -06:00
|
|
|
|
|
2022-02-13 09:27:59 -06:00
|
|
|
LL | impl<T: SpecMarker> X for T {
|
2022-07-01 16:41:28 -05:00
|
|
|
| ^^^^^^^^^^
|
2020-02-08 14:14:02 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|