We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d390c00 commit 0c83e43Copy full SHA for 0c83e43
src/base.rs
@@ -682,7 +682,6 @@ fn codegen_stmt<'tcx>(
682
args,
683
ty::ClosureKind::FnOnce,
684
)
685
- .expect("failed to normalize and resolve closure during codegen")
686
.polymorphize(fx.tcx);
687
let func_ref = fx.get_function_ref(instance);
688
let func_addr = fx.bcx.ins().func_addr(fx.pointer_type, func_ref);
0 commit comments