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