fixes to get rocLovesRust to work

This commit is contained in:
Folkert 2023-02-22 21:17:50 +01:00
parent 5ab2466872
commit 033618f3f4
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
4 changed files with 9 additions and 9 deletions

View file

@ -3114,7 +3114,7 @@ fn specialize_external_help<'a>(
let symbol = env.unique_symbol();
let lambda_name = LambdaName::no_niche(symbol);
if false {
if true {
raw_function_layout = match raw_function_layout {
RawFunctionLayout::Function(a, mut lambda_set, _) => {
lambda_set.ret = in_layout;