mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 15:39:20 +00:00
7 lines
133 B
Rust
7 lines
133 B
Rust
#[unsafe(diagnostic::on_unimplemented( //~ ERROR: is not an unsafe attribute
|
|
message = "testing",
|
|
))]
|
|
trait Foo {}
|
|
|
|
fn main() {}
|