9 lines
197 B
Plaintext
9 lines
197 B
Plaintext
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
|
|
|