We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Right now, they don't get pretty printed at all!
What needs to be done:
test/pretty
pp-exact
comp/syntax/print/pprust.rs
The text was updated successfully, but these errors were encountered:
Update pretty printer to print out disr. values.
50d991d
Partly fixes issue rust-lang#1510. "rustc --pretty=typed" fails.
2d36a71
Partly fixes issue #1510. "rustc --pretty=typed" fails.
96f1eda
Successfully merging a pull request may close this issue.
Right now, they don't get pretty printed at all!
What needs to be done:
test/pretty
with thepp-exact
directive, as described in the wiki.comp/syntax/print/pprust.rs
to emit the custom discriminants if present.The text was updated successfully, but these errors were encountered: