1
Fork 0

Mark repr128 as incomplete_features

This commit is contained in:
varkor 2020-10-03 14:47:28 +01:00
parent 1d2726726f
commit e0b61111f8
9 changed files with 49 additions and 0 deletions

View file

@ -622,6 +622,7 @@ pub const INCOMPLETE_FEATURES: &[Symbol] = &[
sym::lazy_normalization_consts,
sym::specialization,
sym::inline_const,
sym::repr128,
];
/// Some features are not allowed to be used together at the same time, if