diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-07-28 23:39:39 +0200 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-07-29 00:09:18 +0200 |
| commit | 2a49dd0db68ad727cdff01856548088913e280ea (patch) | |
| tree | 2c204b886cd71270260e4635dd3f3845e004ef04 /src/libsyntax | |
| parent | 4560cb830fce63fcffdc4558f4281aaac6a3a1ba (diff) | |
| download | rust-2a49dd0db68ad727cdff01856548088913e280ea.tar.gz rust-2a49dd0db68ad727cdff01856548088913e280ea.zip | |
Update existential_type + impl_trait_in_bindings issue numbers.
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 384474b08f6..b632c7b1663 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -472,7 +472,7 @@ declare_features! ( (active, doc_alias, "1.27.0", Some(50146), None), // Allows defining `existential type`s. - (active, existential_type, "1.28.0", Some(34511), None), + (active, existential_type, "1.28.0", Some(63063), None), // Allows inconsistent bounds in where clauses. (active, trivial_bounds, "1.28.0", Some(48214), None), @@ -525,7 +525,7 @@ declare_features! ( (active, bind_by_move_pattern_guards, "1.30.0", Some(15287), None), // Allows `impl Trait` in bindings (`let`, `const`, `static`). - (active, impl_trait_in_bindings, "1.30.0", Some(34511), None), + (active, impl_trait_in_bindings, "1.30.0", Some(63065), None), // Allows using `reason` in lint attributes and the `#[expect(lint)]` lint check. (active, lint_reasons, "1.31.0", Some(54503), None), |
