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 f516ba2 commit a71e691Copy full SHA for a71e691
src/base.rs
@@ -686,6 +686,7 @@ fn codegen_stmt<'tcx>(
686
substs,
687
ty::ClosureKind::FnOnce,
688
)
689
+ .expect("failed to normalize and resolve closure during codegen")
690
.polymorphize(fx.tcx);
691
let func_ref = fx.get_function_ref(instance);
692
let func_addr = fx.bcx.ins().func_addr(fx.pointer_type, func_ref);
0 commit comments