We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e475efb + b497c7d commit e0af5f7Copy full SHA for e0af5f7
src/allocator.rs
@@ -19,7 +19,7 @@ pub(crate) fn codegen(
19
});
20
if any_dynamic_crate {
21
false
22
- } else if let Some(kind) = tcx.allocator_kind() {
+ } else if let Some(kind) = tcx.allocator_kind(()) {
23
codegen_inner(module, unwind_context, kind);
24
true
25
} else {
0 commit comments