Skip to content

Commit c105c28

Browse files
author
Alexander Regueiro
committed
Fixed rebase fallout.
1 parent f472cd9 commit c105c28

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/librustc/hir/lowering.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,6 @@ impl<'a> LoweringContext<'a> {
14311431
parent_def_index,
14321432
impl_trait_node_id,
14331433
DefPathData::ImplTrait,
1434-
DefIndexAddressSpace::High,
14351434
Mark::root(),
14361435
DUMMY_SP
14371436
);

src/libsyntax_pos/symbol.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ symbols! {
141141
arm_target_feature,
142142
asm,
143143
associated_consts,
144+
associated_type_bounds,
144145
associated_type_defaults,
145146
associated_types,
146147
async_await,

0 commit comments

Comments
 (0)