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