diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2022-07-29 10:16:25 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2022-08-16 12:13:23 +1000 |
| commit | 3e04fed6fad401705c41f6f4ab24637d7c32c679 (patch) | |
| tree | e1cc667bb4e1165f95e3052299534c3892c04282 /compiler/rustc_parse/src | |
| parent | 40336865fe7d4a01139a3336639c6971647e885c (diff) | |
| download | rust-3e04fed6fad401705c41f6f4ab24637d7c32c679.tar.gz rust-3e04fed6fad401705c41f6f4ab24637d7c32c679.zip | |
Remove `{ast,hir}::WhereEqPredicate::id`.
These fields are unused.
Diffstat (limited to 'compiler/rustc_parse/src')
| -rw-r--r-- | compiler/rustc_parse/src/parser/generics.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_parse/src/parser/generics.rs b/compiler/rustc_parse/src/parser/generics.rs index 1acfd93d86f..5e5f2fd7d9f 100644 --- a/compiler/rustc_parse/src/parser/generics.rs +++ b/compiler/rustc_parse/src/parser/generics.rs @@ -314,7 +314,6 @@ impl<'a> Parser<'a> { span: lo.to(self.prev_token.span), lhs_ty: ty, rhs_ty, - id: ast::DUMMY_NODE_ID, })) } else { self.maybe_recover_bounds_doubled_colon(&ty)?; |
