stabilize min_const_generics
This commit is contained in:
parent
1f5beec3b1
commit
06cc9c26da
17 changed files with 41 additions and 51 deletions
|
@ -2299,7 +2299,7 @@ impl EarlyLintPass for IncompleteFeatures {
|
|||
}
|
||||
}
|
||||
|
||||
const HAS_MIN_FEATURES: &[Symbol] = &[sym::const_generics, sym::specialization];
|
||||
const HAS_MIN_FEATURES: &[Symbol] = &[sym::specialization];
|
||||
|
||||
declare_lint! {
|
||||
/// The `invalid_value` lint detects creating a value that is not valid,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue