copy relevant parts of from_var

This commit is contained in:
Folkert 2021-08-18 12:49:17 +02:00
parent 4265b7b58e
commit 5fc629e5b8
2 changed files with 121 additions and 6 deletions

View file

@ -2028,7 +2028,10 @@ fn specialize_external<'a>(
aliases.insert(*symbol, (name, top_level, layout));
}
RawFunctionLayout::ZeroArgumentThunk(_) => unreachable!("so far"),
RawFunctionLayout::ZeroArgumentThunk(layout) => {
todo!("our layout is {:?}", layout);
//
}
}
}