mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +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")]
|
#[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) => {
|
(_, Architecture::Aarch32) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue