about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/src
diff options
context:
space:
mode:
authorBoxy <supbscripter@gmail.com>2023-07-04 15:41:45 +0100
committerBoxy <supbscripter@gmail.com>2023-07-05 09:46:30 +0100
commit62174bfe7255f2e238b44923ad6d6abde630f1ab (patch)
tree6cca18ab8da6f7e606b2e0f2051ae96d9dfcd0f4 /compiler/rustc_codegen_cranelift/src
parent8ac3ffe83460bd77d69e2f199370403adbdac1fb (diff)
downloadrust-62174bfe7255f2e238b44923ad6d6abde630f1ab.tar.gz
rust-62174bfe7255f2e238b44923ad6d6abde630f1ab.zip
Deal with fallout
Diffstat (limited to 'compiler/rustc_codegen_cranelift/src')
-rw-r--r--compiler/rustc_codegen_cranelift/src/base.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/src/base.rs b/compiler/rustc_codegen_cranelift/src/base.rs
index ce10780f9de..5f78cce50e6 100644
--- a/compiler/rustc_codegen_cranelift/src/base.rs
+++ b/compiler/rustc_codegen_cranelift/src/base.rs
@@ -706,7 +706,6 @@ fn codegen_stmt<'tcx>(
                     let times = fx
                         .monomorphize(times)
                         .eval(fx.tcx, ParamEnv::reveal_all())
-                        .kind()
                         .try_to_bits(fx.tcx.data_layout.pointer_size)
                         .unwrap();
                     if operand.layout().size.bytes() == 0 {