when building compiler, error message paths are no longer relative to x.py
#47669
Labels
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
It used to be that when you ran
you would get an error message relative to that directory:
but now I just get
--> librustc/lib.rs
.This seems less good; among other things, it throws off emacs =) but I imagine any tooling that is trying to resolve paths and doesn't know about the
src
directory being special.Anybody know when that happened?
(I'm not really sure who to cc here...)
The text was updated successfully, but these errors were encountered: