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