blob: dc216167b8a4f68d466de2f1d807213681b16e2c (
plain)
1
2
3
4
5
6
7
|
struct Foo;
impl Foo {
#[stable(feature = "rust1", since = "1.0.0")]
} //~ ERROR expected one of `async`, `const`, `crate`, `default`, `extern`, `fn`, `pub`, `type`, or
fn main() {}
|