Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
closures
/
issue-52437.rs
blob: 98b04d179af678ff0d59bf674b51850e5328590f [
file
] [
log
] [
blame
]
fn
main
()
{
[();
&(&
'
static
:
loop
{
|
x
|
{};
})
as
*
const
_
as
usize
]
//~^ ERROR: labels cannot use keyword names
//~| ERROR: type annotations needed
}