Sign in
◑
Theme
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/heads/main
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-loop-hints.rs
blob: 480d9a95f08a93b21d71d02a49a4ebe11a2336f7 [
file
] [
edit
]
fn
main
()
{
#[
rustc_unroll
]
//~ ERROR the `rustc_unroll` attribute is an experimental feature
for
_ in
0.
.
10
{}
}