Sign in
android
/
toolchain
/
rustc
/
cd1aefd586783f162dd848e314bd6991a5ffe033
/
.
/
tests
/
ui
/
consts
/
const-for.rs
blob: 8db2485355833d3b58313271859f15afbc05c843 [
file
] [
log
] [
blame
]
#![
feature
(
const_for
)]
#![
feature
(
const_mut_refs
)]
const
_
:
()
=
{
for
_ in
0.
.
5
{}
//~^ error: cannot call
//~| error: cannot convert
};
fn
main
()
{}