rust/src/test/ui/parser/issue-20711-2.rs
2019-08-02 02:44:35 +01:00

10 lines
205 B
Rust

struct Foo;
impl Foo {
fn foo() {}
#[stable(feature = "rust1", since = "1.0.0")]
} //~ ERROR expected one of `async`, `const`, `crate`, `default`, `extern`, `fn`, `pub`, `type`, or
fn main() {}