-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Print constants in type_name
for const generics
#68111
Conversation
I'd rather not merge anything around constants and pretty printing until my pretty printing PR is merged. This PR doesn't actually print anything new, right? It just stops printing the type for const generics |
It prints const generic arguments, which were previously just ignored. |
☔ The latest upstream changes (presumably #67000) made this pull request unmergeable. Please resolve the merge conflicts. |
#67133 is getting split up anyway, so r=me on this PR after a rebase |
c6198a0
to
50dd8ea
Compare
@bors r=oli-obk rollup |
📌 Commit 50dd8ea has been approved by |
…oli-obk Print constants in `type_name` for const generics Fixes rust-lang#65372. r? @oli-obk as there may have been a deliberate decision not to in rust-lang@5b98489#diff-4ed1a72c0bfdf17be769ed520932cd02R80.
Rollup of 6 pull requests Successful merges: - #68111 (Print constants in `type_name` for const generics) - #68374 (Fix invalid link to the C++ Exception Handling ABI documentation) - #68504 (Use check-pass mode for lint tests and nll tests) - #68509 (Clean up error codes E0223 and E0225 explanations) - #68511 (Remove unused ignore-license directives) - #68515 (Support feature process_set_argv0 for VxWorks) Failed merges: r? @ghost
Fixes #65372.
r? @oli-obk as there may have been a deliberate decision not to in 5b98489#diff-4ed1a72c0bfdf17be769ed520932cd02R80.