-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Add --unpretty=mir to rustc --help -v #36473
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
Comments
We have multiple ways to output MIR, but I think |
@nagisa OTOH, we should probably move |
We could expand |
I do dump-mir='' to dump the whole crate at once. The one thing it lacks is On Sep 14, 2016 11:36 AM, "Simonas Kazlauskas" [email protected]
|
@nikomatsakis Does that result in one single file? I mostly use |
@eddyb no it has multiple files (which I prefer, but YMMV) |
We have --emit=mir today; does that fit the bill? |
Having output to stdout (like --unpretty does) is sometimes much more useful than having it in files (even more so since the files have names that don't say anything about which function they contain). |
So I think this can be closed; |
Oh hmm,
|
Add --unpretty=mir to rustc --help -v
It's hidden from the help output.
The text was updated successfully, but these errors were encountered: