Sign in
rust
/
rust
/
d7e8f9fc7af4aa4cd65140afaebe48dd1e90e708
/
.
/
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
{}
}