rustc/tests/ui/diagnostic_namespace/on_unimplemented/auxiliary/other.rs
2024-06-19 10:24:51 +02:00

9 lines
151 B
Rust

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