Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
tests
/
ui
/
issues
/
issue-50582.rs
blob: 1358e0bde4c8248e9c6f40587ac0fb4a4ac487c4 [
file
]
fn
main
()
{
Vec
::<[();
1
+
for
x in
0.
.
1
{}]>::
new
();
//~^ ERROR cannot add
}