Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when building compiler, error message paths are no longer relative to x.py #47669

Closed
nikomatsakis opened this issue Jan 22, 2018 · 1 comment
Closed
Labels
T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@nikomatsakis
Copy link
Contributor

It used to be that when you ran

./x.py build

you would get an error message relative to that directory:

error: foo bar
  --> src/librustc/lib.rs

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...)

@nikomatsakis nikomatsakis added A-build T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Jan 22, 2018
@nikomatsakis
Copy link
Contributor Author

dup of #47355

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

1 participant