mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
correct error message
This commit is contained in:
parent
4c33cb6686
commit
6ccc828ee5
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ fn gen_from_mono_module_dev<'a>(
|
|||
|
||||
#[cfg(feature = "target-wasm32")]
|
||||
{
|
||||
internal_error!("Compiler was not built with feature 'target-wasm32'.")
|
||||
internal_error!("Compiler was built with feature 'target-wasm32'.")
|
||||
}
|
||||
}
|
||||
(_, Architecture::Aarch32) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue