8 lines
153 B
Rust
8 lines
153 B
Rust
|
#[diagnostic::on_unimplemented(message = "Foo")]
|
||
|
//~^ERROR `#[diagnostic]` attribute name space is experimental [E0658]
|
||
|
pub trait Bar {
|
||
|
}
|
||
|
|
||
|
fn main() {
|
||
|
}
|