rust/tests/ui/diagnostic_namespace/on_unimplemented/auxiliary/other.rs

7 lines
116 B
Rust

#[diagnostic::on_unimplemented(
message = "Message",
note = "Note",
label = "label"
)]
pub trait Foo {}