Files
rust/tests/ui/specialization/min_specialization/specialization_super_trait.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
199 B
Plaintext
Raw Normal View History

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