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 @@ -126,14 +126,14 @@ impl TypeMap<'ll, 'tcx> {
126
126
// This kind of type cannot be properly represented
127
127
// via LLVM debuginfo. As a workaround,
128
128
// we register a temporary Ty to metadata mapping
129
- // for the function before we compute its actual metadat.a
129
+ // for the function before we compute its actual metadata.
130
130
// If the metadata computation ends up recursing back to the
131
131
// original function, it will use the temporary mapping
132
132
// for the inner self-reference, preventing us from
133
133
// recursing forever.
134
134
//
135
135
// This function is used to remove the temporary metadata
136
- // mapping after we've computed the actual metadat
136
+ // mapping after we've computed the actual metadata
137
137
fn remove_type (
138
138
& mut self ,
139
139
type_ : Ty < ' tcx > ,
@@ -663,8 +663,6 @@ pub fn type_metadata(
663
663
size. bits ( ) ,
664
664
align. bits ( ) as u32 ,
665
665
DW_ATE_unsigned )
666
-
667
-
668
666
}
669
667
} ;
670
668
You can’t perform that action at this time.
0 commit comments