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 6a9c5fb commit 40b6bccCopy full SHA for 40b6bcc
src/librustc_mir/monomorphize/collector.rs
@@ -1197,7 +1197,6 @@ fn collect_miri<'tcx>(
1197
}
1198
1199
GlobalAlloc::Function(fn_instance) => {
1200
- let fn_instance = fn_instance.polymorphize(tcx);
1201
if should_codegen_locally(tcx, &fn_instance) {
1202
trace!("collecting {:?} with {:#?}", alloc_id, fn_instance);
1203
output.push(create_fn_mono_item(tcx, fn_instance, DUMMY_SP));
0 commit comments