Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
nll
/
issue-53040.rs
blob: e4ee6e913f6839fa26aeef24e01bcca55138568e [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
let
mut
v
:
Vec
<()>
=
Vec
::
new
();
||
&
mut
v
;
//~^ ERROR captured variable cannot escape `FnMut` closure body
}