rust/tests/ui/specialization/min_specialization/specialize_on_trait.stderr

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

9 lines
190 B
Plaintext
Raw Normal View History

error: cannot specialize on trait `SpecMarker`
2022-07-01 16:41:28 -05:00
--> $DIR/specialize_on_trait.rs:15:9
|
2022-02-13 09:27:59 -06:00
LL | impl<T: SpecMarker> X for T {
2022-07-01 16:41:28 -05:00
| ^^^^^^^^^^
error: aborting due to previous error