correct error message

This commit is contained in:
Anton-4 2025-01-07 16:32:16 +01:00
parent 4c33cb6686
commit 6ccc828ee5
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937

View file

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