-
Notifications
You must be signed in to change notification settings - Fork 13k
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
pgo: -Cprofile-use can't find file #63609
Comments
Does it work when specifying an absolute path? Maybe Cargo runs rustc in an unexpected working dir. |
Oh that works, weird... |
I would suggest the following: |
Nit: The error message should also be changed to start with a lowercase letter (so "file" instead of "File") |
It is also strange that |
I believe Oh and the rustc book mentions this:
|
I get an error with absolute path instead of some reason:
The file certainly exists 😕 |
Possibly related #115344 |
The file is definitely there, but for some reason it is not found??
rustc 1.38.0-nightly (c43d03a19 2019-08-14)
The text was updated successfully, but these errors were encountered: