-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error with -Z time-passes #64339
Comments
I encountered this as well. What project are you trying to build? My theory is that it tries to run something like |
Way earlier, it runs it right at the start of a compilation to get the rustc version and enabled
Probably |
Could someone use https://github.com/rust-lang-nursery/cargo-bisect-rustc to narrow this down to a particular commit? |
@nnethercote would you be up for a fix here? |
I'll take a look on Monday. In the meantime, here's my best guess: I added an extra entry to the |
My theory about indentation was wrong. It was indeed a bad interaction between |
Don't print the "total" `-Ztime-passes` output if `--prints=...` is also given Fixes rust-lang#64339.
The text was updated successfully, but these errors were encountered: