diff options
| author | bors <bors@rust-lang.org> | 2024-01-24 08:12:24 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-01-24 08:12:24 +0000 |
| commit | cf22ee0c0c86c0c60a3cee8a66bd361861e681b1 (patch) | |
| tree | c50ccb0ecdbaa6422d4161c74abd2d120723c46a /compiler/rustc_codegen_ssa/src | |
| parent | b5a3acfe2b39c40d220bb9fc26b0719a7e073ac3 (diff) | |
| parent | a9bc7e99a32fe75bcc3d025ce8d08efb96b97cf9 (diff) | |
| download | rust-cf22ee0c0c86c0c60a3cee8a66bd361861e681b1.tar.gz rust-cf22ee0c0c86c0c60a3cee8a66bd361861e681b1.zip | |
Auto merge of #3275 - rust-lang:rustup-2024-01-24, r=RalfJung
Automatic Rustup
Diffstat (limited to 'compiler/rustc_codegen_ssa/src')
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/mir/rvalue.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/src/mir/rvalue.rs b/compiler/rustc_codegen_ssa/src/mir/rvalue.rs index 02b51dfe5bf..266505d3f26 100644 --- a/compiler/rustc_codegen_ssa/src/mir/rvalue.rs +++ b/compiler/rustc_codegen_ssa/src/mir/rvalue.rs @@ -435,7 +435,6 @@ impl<'a, 'tcx, Bx: BuilderMethods<'a, 'tcx>> FunctionCx<'a, 'tcx, Bx> { args, ty::ClosureKind::FnOnce, ) - .expect("failed to normalize and resolve closure during codegen") .polymorphize(bx.cx().tcx()); OperandValue::Immediate(bx.cx().get_fn_addr(instance)) } |
