diff options
| author | Michael Goulet <michael@errs.io> | 2024-03-05 18:23:01 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-03-08 20:56:25 +0000 |
| commit | c63f3feb0fcde0d59004f30ab8f8d2f38da74754 (patch) | |
| tree | 19efd92b3e468d6e8daad87148b01e1fbda09430 /compiler/rustc_parse/src/parser | |
| parent | a655e648a9f94d74263108366b83e677af56e35d (diff) | |
| download | rust-c63f3feb0fcde0d59004f30ab8f8d2f38da74754.tar.gz rust-c63f3feb0fcde0d59004f30ab8f8d2f38da74754.zip | |
Stabilize associated type bounds
Diffstat (limited to 'compiler/rustc_parse/src/parser')
| -rw-r--r-- | compiler/rustc_parse/src/parser/path.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_parse/src/parser/path.rs b/compiler/rustc_parse/src/parser/path.rs index 545db5138a3..683ff36294e 100644 --- a/compiler/rustc_parse/src/parser/path.rs +++ b/compiler/rustc_parse/src/parser/path.rs @@ -639,8 +639,6 @@ impl<'a> Parser<'a> { && matches!(args.output, ast::FnRetTy::Default(..)) { self.psess.gated_spans.gate(sym::return_type_notation, span); - } else { - self.psess.gated_spans.gate(sym::associated_type_bounds, span); } } let constraint = |
