about summary refs log tree commit diff
path: root/compiler/rustc_feature/src
diff options
context:
space:
mode:
authorSantiago Pastorino <spastorino@gmail.com>2020-10-16 18:15:57 -0300
committerSantiago Pastorino <spastorino@gmail.com>2020-10-16 18:15:57 -0300
commit03321b8cca91cd5d1f9c82a447add69329e52cea (patch)
tree9ef0756f4477a63f60d9efc083ecf8ac5ab25f9f /compiler/rustc_feature/src
parent547e5eb49884e521b8a75bf13ad76eb421ca4688 (diff)
downloadrust-03321b8cca91cd5d1f9c82a447add69329e52cea.tar.gz
rust-03321b8cca91cd5d1f9c82a447add69329e52cea.zip
Add inline const to INCOMPLETE_FEATURES
Diffstat (limited to 'compiler/rustc_feature/src')
-rw-r--r--compiler/rustc_feature/src/active.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs
index 9a70fa4d589..c13fe2ae280 100644
--- a/compiler/rustc_feature/src/active.rs
+++ b/compiler/rustc_feature/src/active.rs
@@ -621,6 +621,7 @@ pub const INCOMPLETE_FEATURES: &[Symbol] = &[
     sym::const_trait_bound_opt_out,
     sym::lazy_normalization_consts,
     sym::specialization,
+    sym::inline_const,
 ];
 
 /// Some features are not allowed to be used together at the same time, if