]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_codegen_gcc/src/lib.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / compiler / rustc_codegen_gcc / src / lib.rs
index b9600da5c39df00d9146d14e4da7e3a55229f879..bf1da38312f7d93ed0aafc0af1d388373ec0debf 100644 (file)
@@ -161,7 +161,7 @@ impl ExtraBackendMethods for GccCodegenBackend {
         mods
     }
 
-    fn compile_codegen_unit<'tcx>(&self, tcx: TyCtxt<'tcx>, cgu_name: Symbol) -> (ModuleCodegen<Self::Module>, u64) {
+    fn compile_codegen_unit(&self, tcx: TyCtxt<'_>, cgu_name: Symbol) -> (ModuleCodegen<Self::Module>, u64) {
         base::compile_codegen_unit(tcx, cgu_name, *self.supports_128bit_integers.lock().expect("lock"))
     }