diff options
| author | Boxy <supbscripter@gmail.com> | 2023-07-04 15:41:45 +0100 |
|---|---|---|
| committer | Boxy <supbscripter@gmail.com> | 2023-07-05 09:46:30 +0100 |
| commit | 62174bfe7255f2e238b44923ad6d6abde630f1ab (patch) | |
| tree | 6cca18ab8da6f7e606b2e0f2051ae96d9dfcd0f4 /compiler/rustc_codegen_cranelift/src | |
| parent | 8ac3ffe83460bd77d69e2f199370403adbdac1fb (diff) | |
| download | rust-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.rs | 1 |
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 { |
