blob: 1fc064a0a3df7ce05b458db358635d2ac4db12ad (
plain)
1
2
3
4
5
6
7
8
|
error: cannot specialize on trait `Default`
--> $DIR/specialization_super_trait.rs:13:9
|
LL | impl<T: Default> SpecMarker for T {
| ^^^^^^^
error: aborting due to 1 previous error
|