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