@@ -436,7 +436,7 @@ impl<'a, 'tcx> EncodeContext<'a, 'tcx> {
436436 assert ! (
437437 last_pos <= position,
438438 "make sure that the calls to `lazy*` \
439- are in the same order as the metadata fields",
439+ are in the same order as the metadata fields",
440440 ) ;
441441 position. get ( ) - last_pos. get ( )
442442 }
@@ -1711,7 +1711,7 @@ impl<'a, 'tcx> EncodeContext<'a, 'tcx> {
17111711
17121712 record_array ! ( self . tables. module_children_non_reexports[ def_id] <-
17131713 module_children. iter( ) . filter( |child| child. reexport_chain. is_empty( ) )
1714- . map( |child| child. res. def_id( ) . index) ) ;
1714+ . map( |child| child. res. def_id( ) . index) ) ;
17151715
17161716 record_defaulted_array ! ( self . tables. module_children_reexports[ def_id] <-
17171717 module_children. iter( ) . filter( |child| !child. reexport_chain. is_empty( ) ) ) ;
@@ -1760,7 +1760,7 @@ impl<'a, 'tcx> EncodeContext<'a, 'tcx> {
17601760 if matches ! ( rpitit_info, ty:: ImplTraitInTraitData :: Trait { .. } ) {
17611761 record_array ! (
17621762 self . tables. assumed_wf_types_for_rpitit[ def_id]
1763- <- self . tcx. assumed_wf_types_for_rpitit( def_id)
1763+ <- self . tcx. assumed_wf_types_for_rpitit( def_id)
17641764 ) ;
17651765 self . encode_precise_capturing_args ( def_id) ;
17661766 }
@@ -1843,7 +1843,7 @@ impl<'a, 'tcx> EncodeContext<'a, 'tcx> {
18431843 for & local_def_id in tcx. mir_keys ( ( ) ) {
18441844 if let DefKind :: AssocFn | DefKind :: Fn = tcx. def_kind ( local_def_id) {
18451845 record_array ! ( self . tables. deduced_param_attrs[ local_def_id. to_def_id( ) ] <-
1846- self . tcx. deduced_param_attrs( local_def_id. to_def_id( ) ) ) ;
1846+ self . tcx. deduced_param_attrs( local_def_id. to_def_id( ) ) ) ;
18471847 }
18481848 }
18491849 }
0 commit comments