-
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
Cleanup (pretty) printing of ty::Const
#59276
Conversation
☔ The latest upstream changes (presumably #59657) made this pull request unmergeable. Please resolve the merge conflicts. |
82b8518
to
536e669
Compare
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@bors try |
⌛ Trying commit 3b4a86558fd9c1a61498a7aab208b37a18d8cfa2 with merge 311b39b143bf0b5cdfcb183aaeb0356b5eb29ae7... |
@rust-timer build 311b39b143bf0b5cdfcb183aaeb0356b5eb29ae7 this might regress max-rss |
Success: Queued 311b39b143bf0b5cdfcb183aaeb0356b5eb29ae7 with parent a5dfdc5, comparison URL. |
☀️ Try build successful - checks-travis |
Finished benchmarking try commit 311b39b143bf0b5cdfcb183aaeb0356b5eb29ae7 |
Seems like max-rss regresses in some situations but is improved in others? Not sure how reliable some of those numbers are. |
rebasing and fixing build now |
@bors r=eddyb |
📌 Commit 0b732aa has been approved by |
Cleanup (pretty) printing of `ty::Const` r? @eddyb addresses https://github.com/rust-lang/rust/pull/59178/files/5cd28066214a4a255bac6655c20bf05cb95730fd#r266243236 and https://github.com/rust-lang/rust/pull/59178/files/5cd28066214a4a255bac6655c20bf05cb95730fd#r266243336
☀️ Test successful - checks-travis, status-appveyor |
… r=GuillaumeGomez Print const generics properly in rustdoc Now that rust-lang#59276 is merged, we can print consts properly in rustdoc. Fixes rust-lang#60737. Fixes rust-lang#61257. r? @GuillaumeGomez
… r=GuillaumeGomez Print const generics properly in rustdoc Now that rust-lang#59276 is merged, we can print consts properly in rustdoc. Fixes rust-lang#60737. Fixes rust-lang#61257. r? @GuillaumeGomez
… r=GuillaumeGomez Print const generics properly in rustdoc Now that rust-lang#59276 is merged, we can print consts properly in rustdoc. Fixes rust-lang#60737. Fixes rust-lang#61257. r? @GuillaumeGomez
r? @eddyb
addresses https://github.com/rust-lang/rust/pull/59178/files/5cd28066214a4a255bac6655c20bf05cb95730fd#r266243236 and https://github.com/rust-lang/rust/pull/59178/files/5cd28066214a4a255bac6655c20bf05cb95730fd#r266243336