blob: 1733336a797b2f133512f7709c54f0197d17a533 [file] [log] [blame] [edit]
error: expected one of `!` or `::`, found keyword `trait`
--> $DIR/safe-trait.rs:1:6
|
LL | safe trait Foo {}
| ^^^^^ expected one of `!` or `::`
error: aborting due to 1 previous error