Add inline const to INCOMPLETE_FEATURES

This commit is contained in:
Santiago Pastorino 2020-10-16 18:15:57 -03:00
parent 547e5eb498
commit 03321b8cca
No known key found for this signature in database
GPG key ID: 8131A24E0C79EFAF
5 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,6 @@
// run-pass
#![allow(incomplete_features)]
#![feature(inline_const)]
fn foo() -> i32 {
const {