5 lines
133 B
Rust
5 lines
133 B
Rust
|
|
impl ! {} // OK
|
||
|
|
|
||
|
|
default unsafe FAIL //~ ERROR expected item, found keyword `unsafe`
|
||
|
|
//~^ ERROR `default` is not followed by an item
|