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