Files
rust/src/test/ui/parser/issue-20711.rs

8 lines
188 B
Rust
Raw Normal View History

struct Foo;
impl Foo {
2015-01-23 21:48:20 -08:00
#[stable(feature = "rust1", since = "1.0.0")]
2019-07-30 00:11:58 +01:00
} //~ ERROR expected one of `async`, `const`, `crate`, `default`, `extern`, `fn`, `pub`, `type`, or
fn main() {}