blob: 0f241cc439f34292727dd5f7467fc8d781380beb [file] [log] [blame]
#[unsafe(diagnostic::on_unimplemented( //~ ERROR: is not an unsafe attribute
message = "testing",
))]
trait Foo {}
fn main() {}