mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
16c84f9913
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.