make invalid_type_param_default lint show up in cargo future-compat reports

and remove the feature gate that silenced the lint
This commit is contained in:
Ralf Jung
2024-07-15 21:25:03 +02:00
parent b286722878
commit 9d9b55cd2b
12 changed files with 115 additions and 30 deletions

View File

@@ -428,8 +428,6 @@ declare_features! (
(unstable, custom_test_frameworks, "1.30.0", Some(50297)),
/// Allows declarative macros 2.0 (`macro`).
(unstable, decl_macro, "1.17.0", Some(39412)),
/// Allows default type parameters to influence type inference.
(unstable, default_type_parameter_fallback, "1.3.0", Some(27336)),
/// Allows using `#[deprecated_safe]` to deprecate the safeness of a function or trait
(unstable, deprecated_safe, "1.61.0", Some(94978)),
/// Allows having using `suggestion` in the `#[deprecated]` attribute.