SIGN IN SIGN UP

Add file and line number information to logs (#2568)

This PR adds codegen from rustc to track the file and line number of
calls to `log_err()`. I haven't noticed much longer compile times on my
machine, and looking at the
[implementation](https://rustc-dev-guide.rust-lang.org/backend/implicit-caller-location.html)
it essentially adds an extra argument and secret reference pass.
However, this will show a lot more data in our logs on user machines.
Requesting review from @ForLoveOfCats, who usually knows a bunch about
this kind of thing :)
M
Mikayla Maki committed
5e4da6433fcc1d24f7313d1675c8dabfef509438
Committed by GitHub <noreply@github.com> on 6/5/2023, 8:24:07 PM