diff options
| author | Michael Goulet <michael@errs.io> | 2023-02-17 20:22:12 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2023-02-18 02:42:43 +0000 |
| commit | fded2e95abac4bffcd4dedfff93a34520aa91be2 (patch) | |
| tree | 62346b1069a3d739eaff9f275f008993b3a99d3b /compiler | |
| parent | f722b24eb9ea35a7cc187a1cb5c50d4d324f5855 (diff) | |
| download | rust-fded2e95abac4bffcd4dedfff93a34520aa91be2.tar.gz rust-fded2e95abac4bffcd4dedfff93a34520aa91be2.zip | |
Adjust tracking issue for non_lifetime_binders
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/rustc_feature/src/active.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs index 7122ccdcd2e..6d8f7e4a0f6 100644 --- a/compiler/rustc_feature/src/active.rs +++ b/compiler/rustc_feature/src/active.rs @@ -474,7 +474,7 @@ declare_features! ( /// Allows using the `non_exhaustive_omitted_patterns` lint. (active, non_exhaustive_omitted_patterns_lint, "1.57.0", Some(89554), None), /// Allows `for<T>` binders in where-clauses - (incomplete, non_lifetime_binders, "CURRENT_RUSTC_VERSION", Some(1), None), + (incomplete, non_lifetime_binders, "CURRENT_RUSTC_VERSION", Some(108185), None), /// Allows making `dyn Trait` well-formed even if `Trait` is not object safe. /// In that case, `dyn Trait: Trait` does not hold. Moreover, coercions and /// casts in safe Rust to `dyn Trait` for such a `Trait` is also forbidden. |
