blob: 67df8c14b39fdb5b9ca9eee032fb765a99fb6ef3 [file] [log] [blame] [edit]
trait Bar {}
safe impl Bar for () { }
//~^ ERROR expected one of `!` or `::`, found keyword `impl`
fn main() {}