File tree 1 file changed +2
-4
lines changed
src/librustc_codegen_llvm/debuginfo
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -125,14 +125,14 @@ impl TypeMap<'ll, 'tcx> {
125
125
// This kind of type cannot be properly represented
126
126
// via LLVM debuginfo. As a workaround,
127
127
// we register a temporary Ty to metadata mapping
128
- // for the function before we compute its actual metadat.a
128
+ // for the function before we compute its actual metadata.
129
129
// If the metadata computation ends up recursing back to the
130
130
// original function, it will use the temporary mapping
131
131
// for the inner self-reference, preventing us from
132
132
// recursing forever.
133
133
//
134
134
// This function is used to remove the temporary metadata
135
- // mapping after we've computed the actual metadat
135
+ // mapping after we've computed the actual metadata
136
136
fn remove_type (
137
137
& mut self ,
138
138
type_ : Ty < ' tcx > ,
@@ -651,8 +651,6 @@ pub fn type_metadata(
651
651
size. bits ( ) ,
652
652
align. bits ( ) as u32 ,
653
653
DW_ATE_unsigned )
654
-
655
-
656
654
}
657
655
} ;
658
656
You can’t perform that action at this time.
0 commit comments