blob: d2423d01a9afa2a112e00ce147879584a12c94c0 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0750]: negative impls cannot be default impls
--> $DIR/negative-default-impls.rs:8:14
|
LL | default impl !MyTrait for u32 {}
| ^^^^^^^ ^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0750`.
|