6 lines
170 B
Rust
6 lines
170 B
Rust
![]() |
impl ! {} // OK
|
||
|
impl ! where u8: Copy {} // OK
|
||
|
|
||
|
impl Trait Type {} //~ ERROR missing `for` in a trait impl
|
||
|
impl ?Sized for Type {} //~ ERROR expected a trait, found type
|