Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
5f6fa960c254dfda8ba1d5dc2fb281b6908d8005
/
.
/
tests
/
ui
/
consts
/
const-for-feature-gate.rs
blob: b643e63c096907b157dc6135e6d50dd09339a246 [
file
]
// gate-test-const_for
const
_
:
()
=
{
for
_ in
0.
.
5
{}
//~^ ERROR cannot use `for`
//~| ERROR cannot use `for`
};
fn
main
()
{}