summary refs log tree commit diff
path: root/src/test/ui/parser/issue-20711.rs
blob: 8d8401da61a85dcec68d4a71744a2ed60c60d21f (plain)
1
2
3
4
5
6
7
8
9
// ignore-tidy-linelength

struct Foo;

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

fn main() {}