Fix broken merge
This commit is contained in:
parent
87ba622af7
commit
fb63550549
1 changed files with 0 additions and 3 deletions
|
|
@ -58,9 +58,6 @@ pub(crate) fn conv_to_call_conv(
|
|||
// Cranelift doesn't currently have anything for this.
|
||||
CanonAbi::RustPreserveNone => default_call_conv,
|
||||
|
||||
// Cranelift doesn't currently have anything for this.
|
||||
CanonAbi::RustPreserveNone => default_call_conv,
|
||||
|
||||
// Functions with this calling convention can only be called from assembly, but it is
|
||||
// possible to declare an `extern "custom"` block, so the backend still needs a calling
|
||||
// convention for declaring foreign functions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue