blob: 822f4a6fde2c7993ea89e2ed82357f7032cedc77 [file] [log] [blame]
trait T {
extern "Rust" unsafe fn foo(); //~ ERROR expected `fn`, found `unsafe`
}
fn main() {}