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: Nov 08 2025 at 12:13 UTC