diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2020-10-16 18:15:57 -0300 |
|---|---|---|
| committer | Santiago Pastorino <spastorino@gmail.com> | 2020-10-16 18:15:57 -0300 |
| commit | 03321b8cca91cd5d1f9c82a447add69329e52cea (patch) | |
| tree | 9ef0756f4477a63f60d9efc083ecf8ac5ab25f9f /compiler/rustc_feature/src | |
| parent | 547e5eb49884e521b8a75bf13ad76eb421ca4688 (diff) | |
| download | rust-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.rs | 1 |
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 |
