about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/src
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2025-06-15 12:14:05 +0000
committerGitHub <noreply@github.com>2025-06-15 12:14:05 +0000
commit5770b90356dbb25e53e2bf51722d1f840df15415 (patch)
tree47690c255eb9b79639b9eb3ae1aa4c9c732e138b /compiler/rustc_codegen_gcc/src
parent3951b5511167ba1ac4f41498c2bb8946a7a04e26 (diff)
parent19beef420548f5cd55387d79593f0b39490145a7 (diff)
downloadrust-5770b90356dbb25e53e2bf51722d1f840df15415.tar.gz
rust-5770b90356dbb25e53e2bf51722d1f840df15415.zip
Merge pull request #4400 from RalfJung/rustup
Rustup
Diffstat (limited to 'compiler/rustc_codegen_gcc/src')
-rw-r--r--compiler/rustc_codegen_gcc/src/builder.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_gcc/src/builder.rs b/compiler/rustc_codegen_gcc/src/builder.rs
index d1fb8d8f9d6..1bd89212100 100644
--- a/compiler/rustc_codegen_gcc/src/builder.rs
+++ b/compiler/rustc_codegen_gcc/src/builder.rs
@@ -897,7 +897,7 @@ impl<'a, 'gcc, 'tcx> BuilderMethods<'a, 'tcx> for Builder<'a, 'gcc, 'tcx> {
     fn checked_binop(
         &mut self,
         oop: OverflowOp,
-        typ: Ty<'_>,
+        typ: Ty<'tcx>,
         lhs: Self::Value,
         rhs: Self::Value,
     ) -> (Self::Value, Self::Value) {