Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
ui
/
closures
/
issue-52437.rs
blob: 6ac5380a5aa23b0dcd7161a40741f9c639b29902 [
file
] [
log
] [
blame
]
fn
main
()
{
[();
&(&
'
static
:
loop
{
|
x
|
{};
})
as
*
const
_
as
usize
]
//~^ ERROR: invalid label name `'static`
//~| ERROR: type annotations needed
}