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