Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-41155.rs
blob: 5a7488e6ffcb464ef39260dd1be65aae948508ae [
file
] [
log
] [
blame
] [
edit
]
struct
S
;
impl
S
{
pub
//~ ERROR visibility `pub` is not followed by an item
}
//~ ERROR non-item in item list
fn
main
()
{}