2020-09-02 10:40:56 +03:00
|
|
|
error: cannot specialize on trait `Default`
|
2022-07-01 14:41:28 -07:00
|
|
|
--> $DIR/specialization_super_trait.rs:13:9
|
2020-03-09 21:59:13 +00:00
|
|
|
|
|
2022-02-13 16:27:59 +01:00
|
|
|
LL | impl<T: Default> SpecMarker for T {
|
2022-07-01 14:41:28 -07:00
|
|
|
| ^^^^^^^
|
2020-03-09 21:59:13 +00:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2020-03-09 21:59:13 +00:00
|
|
|
|