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