fix error in feature-gated code

This commit is contained in:
Folkert 2022-09-25 00:30:56 +02:00
parent 759bcfcfa8
commit 8facec44d0
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -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 {