blob: 020bb79d6e74e075effabfe12367e482a4a63e04 [file] [log] [blame]
struct Foo;
impl Foo {
#[stable(feature = "rust1", since = "1.0.0")]
//~^ ERROR expected item after attributes
}
fn main() {}