This is blocking https://github.com/sunfishcode/c-ward/pull/139. ``` $ rustc -vV rustc 1.82.0-nightly (6de928dce 2024-08-18) binary: rustc commit-hash: 6de928dce9472b864f4e5d590dd7aa2075cb7551 commit-date: 2024-08-18 host: aarch64-unknown-linux-gnu release: 1.82.0-nightly LLVM version: 19.1.0 $ CARGO_INCREMENTAL=0 cargo build --no-default-features --features "unwinder dwarf-expr fde-phdr-dl" Compiling unwinding v0.2.2 (/home/gh-bjorn3/c-ward/unwinding) inlinable function call in a function with debug info must have a !dbg location call void @_Unwind_Resume(ptr %202) #16 rustc-LLVM ERROR: Broken module found, compilation aborted! error: could not compile `unwinding` (lib) ```