Files
rust/tests/ui/backtrace
bjorn3 16c84f9913 Fix backtrace/line-tables-only.rs test
The content of the baz function has always been on line 5, not line 15.
Presumably it previously accidentally worked as the call in the foo
function is on line 15, but now it likely tail calls to bar.
2025-11-27 10:51:12 +00:00
..