blob: 152c9f1c68975f302f20ec7da0156b1bba2ee22e [file] [log] [blame]
error: expected one of `async`, `const`, `crate`, `default`, `extern`, `fn`, `pub`, `type`, or `unsafe`, found `}`
--> $DIR/issue-20711.rs:5:1
|
LL | #[stable(feature = "rust1", since = "1.0.0")]
| - expected one of 9 possible tokens
LL | }
| ^ unexpected token
error: aborting due to previous error