-
Notifications
You must be signed in to change notification settings - Fork 13k
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
[beta] Rollup backports #56174
[beta] Rollup backports #56174
Conversation
Without this, the `vis` does not wind up in the tree anywhere, and then we get ICEs because the node-ids it refers to are not present. The motivation seemed to be documentation, but `ListStem` HIR nodes are ignored in rustdoc, from what I can tell.
We are not mutating it now.
Blocked on #56143 merging. |
@bors: p=1000 r=me when good to go |
@bors r=alexcrichton p=1000 |
📌 Commit 647cb20 has been approved by |
⌛ Testing commit 647cb20 with merge 55f75206caeaba5156c7c70cd17846b51c7bc3fd... |
💔 Test failed - status-appveyor |
Needs to fix the nomicon.
|
Clippy uses it to identify the correct documentation to point to
📌 Commit 659fcb9 has been approved by |
⌛ Testing commit 659fcb9 with merge 7dfae34b7bbfaab942ee114c7abe4be3dedecf99... |
💔 Test failed - status-travis |
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 |
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 |
[beta] Rollup backports * #56163: [master] Backport 1.30.1 release notes * #56147: resolve: Fix some asserts in import validation * #56118: Update books for Rust 2018 * #56117: resolve: Make "empty import canaries" invisible from other crates * #56065: Replace the ICEing on const fn loops with an error * #56143: Issue 56128 segment id ice nightly * #56134: Fix clippy documentation links (first in #56156) r? @ghost
☀️ Test successful - status-appveyor, status-travis |
r? @ghost