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

10 lines
205 B
Rust
Raw Normal View History

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