#![feature(inline_const)] is no longer incomplete

This commit is contained in:
Gary Guo 2021-11-22 20:14:25 +00:00
parent 6d61d87b22
commit 6f38568dec
12 changed files with 5 additions and 12 deletions

View file

@ -1,7 +1,7 @@
// run-pass
#![allow(incomplete_features)]
#![feature(inline_const)]
fn foo() -> i32 {
const {
let x = 5 + 10;