Sign in
rust
/
rust
/
dc0ec741a8a06b0c3bb5596fbb00a4e29fad3877
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-loop-hints.rs
blob: afb8b7d74af9d1600a1f427593c116ff9dc5b23e [
file
]
fn
main
()
{
#[
unroll
]
//~ ERROR the `#[unroll]` attribute is an experimental feature
for
_ in
0.
.
10
{}
}