mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-18 03:25:55 +00:00
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
|
|
|