mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
fix error in feature-gated code
This commit is contained in:
parent
759bcfcfa8
commit
8facec44d0
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ pub fn gen_from_mono_module_dev(
|
|||
target: &target_lexicon::Triple,
|
||||
_host_input_path: &Path,
|
||||
_wasm_dev_stack_bytes: Option<u32>,
|
||||
) -> CodeGenTiming {
|
||||
) -> (CodeObject, CodeGenTiming) {
|
||||
use target_lexicon::Architecture;
|
||||
|
||||
match target.architecture {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue