We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f472cd9 commit c105c28Copy full SHA for c105c28
src/librustc/hir/lowering.rs
@@ -1431,7 +1431,6 @@ impl<'a> LoweringContext<'a> {
1431
parent_def_index,
1432
impl_trait_node_id,
1433
DefPathData::ImplTrait,
1434
- DefIndexAddressSpace::High,
1435
Mark::root(),
1436
DUMMY_SP
1437
);
src/libsyntax_pos/symbol.rs
@@ -141,6 +141,7 @@ symbols! {
141
arm_target_feature,
142
asm,
143
associated_consts,
144
+ associated_type_bounds,
145
associated_type_defaults,
146
associated_types,
147
async_await,
0 commit comments