We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6b0345 commit 4e62376Copy full SHA for 4e62376
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