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

10 lines
230 B
Rust
Raw Normal View History

2018-07-03 19:38:14 +02:00
// ignore-tidy-linelength
struct Foo;
impl Foo {
2015-01-23 21:48:20 -08:00
#[stable(feature = "rust1", since = "1.0.0")]
2018-07-03 19:38:14 +02:00
} //~ ERROR expected one of `async`, `const`, `crate`, `default`, `existential`, `extern`, `fn`, `pub`, `type`, or
fn main() {}