12 lines
214 B
Plaintext
12 lines
214 B
Plaintext
|
error: cannot specialize on trait `SpecMarker`
|
||
|
--> $DIR/specialize_on_trait.rs:15:1
|
||
|
|
|
||
|
LL | / impl<T: SpecMarker> X for T {
|
||
|
LL | |
|
||
|
LL | | fn f() {}
|
||
|
LL | | }
|
||
|
| |_^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|