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 | b5b1c0eddca50e1f385a9073f342d74028d97c92 (patch) | |
| tree | c379e99f7119ca5a2426bb8340775329ce09e84b | |
| parent | b51f778846583a8da722673c2a10c3f65c2b5c59 (diff) | |
| download | rust-b5b1c0eddca50e1f385a9073f342d74028d97c92.tar.gz rust-b5b1c0eddca50e1f385a9073f342d74028d97c92.zip | |
Deal with fallout
| -rw-r--r-- | src/base.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/base.rs b/src/base.rs index ce10780f9de..5f78cce50e6 100644 --- a/src/base.rs +++ b/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 { |
