Why does run_low_level
(in crates/compiler/gen_llvm/src/llvm/lowlevel.rs
) not return a Result
, as there might be cases where it can/should fail?
When would it fail?
if the args are bad
Then it's a compiler bug
Last updated: Jul 06 2025 at 12:14 UTC