zig
zig copied to clipboard
incremental: bugfix (and a debugging feature that helped me do that bugfix)
This PR resolves #23959 by first introducing a helpful compiler feature for debugging incremental compilation, and then using it to find the bug in that issue. A corresponding incremental test case is added.