rust/tests/ui/rfc-2397-do-not-recommend/unstable-feature.rs
2023-01-11 09:32:08 +00:00

8 lines
123 B
Rust

#[do_not_recommend]
//~^ ERROR the `#[do_not_recommend]` attribute is an experimental feature
trait Foo {
}
fn main() {
}