blob: 480d9a95f08a93b21d71d02a49a4ebe11a2336f7 [file]
fn main() {
#[rustc_unroll] //~ ERROR the `rustc_unroll` attribute is an experimental feature
for _ in 0..10 {}
}