Files
rust/compiler
Ralf Jung f50103eed2 Rollup merge of #153613 - RalfJung:interpret-report, r=oli-obk
interpreter error reporting: remove arguments that are always the same

This `report` function is called twice and both callers use the same `span` and `get_span_and_frames`... so let's just fix those arguments inside the function, no need to be more generic than this.
2026-03-28 13:15:49 +01:00
..
2026-03-11 06:25:23 +11:00
2026-03-27 15:36:28 +03:00