rust/tests/ui/rfc-2397-do-not-recommend/unstable-feature.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
123 B
Rust
Raw Normal View History

2023-01-09 17:51:01 -06:00
#[do_not_recommend]
//~^ ERROR the `#[do_not_recommend]` attribute is an experimental feature
trait Foo {
}
fn main() {
}