blob: f0c5c222e786f041132421b64149804c36d8f7e7 [file] [log] [blame]
trait Foo {
}
#[do_not_recommend]
//~^ ERROR the `#[do_not_recommend]` attribute is an experimental feature
impl Foo for i32 {
}
fn main() {
}