blob: e935786624b4bb87463e7b4795340e2e4c3d5502 [file] [log] [blame]
error: cannot specialize on trait `Default`
--> $DIR/specialization_super_trait.rs:13:9
|
LL | impl<T: Default> SpecMarker for T {
| ^^^^^^^
error: aborting due to previous error