Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-const-block-items.rs
blob: 5523633197bbab1359d7dd471204ee4ac2648969 [
file
]
//@ check-fail
const
{
//~ ERROR: const block items are experimental
assert
!(
true
)
}
fn
main
()
{}