1 2 3 4 5 6 7 8 9 10
trait Foo { } #[do_not_recommend] //~^ ERROR the `#[do_not_recommend]` attribute is an experimental feature impl Foo for i32 { } fn main() { }