blob: b321898907d5a3a304cf61f58b9853370680514d [file] [edit]
error[E0750]: negative impls cannot be default impls
--> $DIR/negative-default-impls.rs:8:1
|
LL | default impl !MyTrait for u32 {}
| ^^^^^^^ ^
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0750`.