Uh oh!
There was an error while loading. Please reload this page.
Rollup of 6 pull requests - #71600
Merged
Merged
Conversation
Stabilize `Span::mixed_site` Closesrust-lang#65049. cc rust-lang#54727 (comment) Pre-requisite for rust-lang#68717 ("Stabilize fn-like proc macros in expression, pattern and statement positions"). Stabilization report: rust-lang#68716 (comment).
…r=Xanewok Remove unused abs_path method from rustc_span::source_map::FileLoader
…-op, r=petrochenkov Point at the return type on `.into()` failure caused by `?` Fixrust-lang#35946.
…ve, r=petrochenkov add message for resolution failure because wrong namespace closesrust-lang#71406
…chenkov Tweak some suggestions in `rustc_resolve`
remove Unique::from for shared pointer types r? @SimonSapin
Dylan-DPC-zz
commented
Apr 27, 2020
Author
@bors p=6 rollup=never r+ |
bors
commented
Apr 27, 2020
Collaborator
📌 Commit cddbed0 has been approved by |
bors
commented
Apr 27, 2020
Collaborator
bors
commented
Apr 27, 2020
Collaborator
☀️ Test successful - checks-azure |
rust-highfive
commented
Apr 27, 2020
Contributor
rust-highfive added a commit
to rust-lang-nursery/rust-toolstate
that referenced
this pull request
Apr 27, 2020
Tested on commit rust-lang/rust@ef71df1. Direct link to PR: <rust-lang/rust#71600> 💔 rls on windows: test-pass → build-fail (cc @Xanewok). 💔 rls on linux: test-pass → build-fail (cc @Xanewok).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Successful merges:
Span::mixed_site#68716 (StabilizeSpan::mixed_site).into()failure caused by?#71409 (Point at the return type on.into()failure caused by?)rustc_resolve#71438 (Tweak some suggestions inrustc_resolve)Failed merges:
r? @ghost