Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-20711.rs
blob: 020bb79d6e74e075effabfe12367e482a4a63e04 [
file
]
struct
Foo
;
impl
Foo
{
#[
stable
(
feature
=
"rust1"
,
since
=
"1.0.0"
)]
//~^ ERROR expected item after attributes
}
fn
main
()
{}