Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
keywords-followed-by-double-colon.rs
blob: 5c7049f7c9bc7aafb74abd6bb851e6f53b81cf1e [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
struct
::
foo
();
//~^ ERROR expected identifier
}
fn
bar
()
{
mut
::
baz
();
//~^ ERROR expected expression, found keyword `mut`
}