9 lines
142 B
Plaintext
9 lines
142 B
Plaintext
error: missing trait in a trait impl
|
|
--> $DIR/issue-56031.rs:3:5
|
|
|
|
|
LL | impl for T {}
|
|
| ^
|
|
|
|
error: aborting due to previous error
|
|
|