Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
consts
/
const-for-feature-gate.rs
blob: bec7b808905360a7b0bb1bb0ac30ac5c4358a0fa [
file
] [
log
] [
blame
]
// gate-test-const_for
const
_
:
()
=
{
for
_ in
0.
.
5
{}
//~^ error: `for` is not allowed in a `const`
};
fn
main
()
{}