Uh oh!
There was an error while loading. Please reload this page.
Improve attribute message error spans - #79509
Merged
Merged
Conversation
rust-highfive
commented
Nov 28, 2020
Contributor
r? @eddyb (rust-highfive has picked a reviewer for you, use r? to override) |
GuillaumeGomezforce-pushed
the
improve-attr-spans
branch
3 times, most recently
from
December 1, 2020 13:44
d80616d to
a264d5dCompareoli-obk
commented
Dec 1, 2020
Contributor
r? @oli-obk |
oli-obk
reviewed
Dec 1, 2020
Uh oh!
There was an error while loading. Please reload this page.
GuillaumeGomezforce-pushed
the
improve-attr-spans
branch
2 times, most recently
from
December 1, 2020 15:16
4d4f36d to
e26914bCompareGuillaumeGomez
commented
Dec 1, 2020
MemberAuthor
As shown here, it was actually needed. Putting it back then haha. |
GuillaumeGomezforce-pushed
the
improve-attr-spans
branch
from
December 1, 2020 15:27
e26914b to
63816daCompareoli-obk
commented
Dec 1, 2020
Contributor
@bors r+ |
bors
commented
Dec 1, 2020
Collaborator
📌 Commit a2d1254 has been approved by |
GuillaumeGomez added a commit
to GuillaumeGomez/rust
that referenced
this pull request
Dec 1, 2020
…r=oli-obk Improve attribute message error spans I got the idea while working on rust-lang#79464
This was referenced Dec 1, 2020
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Dec 1, 2020
…laumeGomez Rollup of 3 pull requests Successful merges: - rust-lang#79508 (Warn if `dsymutil` returns an error code) - rust-lang#79509 (Improve attribute message error spans) - rust-lang#79600 (std::io: Use sendfile for UnixStream) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
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.
I got the idea while working on #79464