Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
closures
/
issue-67123.rs
blob: 014c530e6d7dc632ff625d87edf145f6cb8c5923 [
file
] [
log
] [
blame
] [
edit
]
fn
foo
<
T
>(
t
:
T
)
{
||
{
t
;
t
;
};
//~ ERROR: use of moved value
}
fn
main
()
{}