]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_gcc/src/base.rs
Auto merge of #95644 - WaffleLapkin:str_split_as_str_refactor_take2, r=Amanieu
[rust.git] / compiler / rustc_codegen_gcc / src / base.rs
index 8f9f6f98faf817dc5a141c44a8e4ed3b1f80c195..d464bd3d12a07a57fe6304f213018dd3777b23d8 100644 (file)
@@ -52,7 +52,7 @@ pub fn linkage_to_gcc(linkage: Linkage) -> FunctionType {
     }
 }
 
-pub fn compile_codegen_unit<'tcx>(tcx: TyCtxt<'tcx>, cgu_name: Symbol, supports_128bit_integers: bool) -> (ModuleCodegen<GccContext>, u64) {
+pub fn compile_codegen_unit(tcx: TyCtxt<'_>, cgu_name: Symbol, supports_128bit_integers: bool) -> (ModuleCodegen<GccContext>, u64) {
     let prof_timer = tcx.prof.generic_activity("codegen_module");
     let start_time = Instant::now();