Skip to content

Improve attribute message error spans - #79509

Merged
bors merged 3 commits into
rust-lang:masterfrom
GuillaumeGomez:improve-attr-spans
Dec 2, 2020
Merged

Improve attribute message error spans#79509
bors merged 3 commits into
rust-lang:masterfrom
GuillaumeGomez:improve-attr-spans

Conversation

@GuillaumeGomez

Copy link
Copy Markdown
Member

I got the idea while working on #79464

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @eddyb

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 28, 2020
@GuillaumeGomez
GuillaumeGomezforce-pushed the improve-attr-spans branch 3 times, most recently from d80616d to a264d5dCompareDecember 1, 2020 13:44
@oli-obkoli-obk added the A-diagnostics Area: Messages for errors, warnings, and lints label Dec 1, 2020
@oli-obk

Copy link
Copy Markdown
Contributor

r? @oli-obk

@rust-highfiverust-highfive assigned oli-obk and unassigned eddybDec 1, 2020
Comment threadcompiler/rustc_ast/src/attr/mod.rs Outdated
@GuillaumeGomez
GuillaumeGomezforce-pushed the improve-attr-spans branch 2 times, most recently from 4d4f36d to e26914bCompareDecember 1, 2020 15:16
@GuillaumeGomez

Copy link
Copy Markdown
MemberAuthor

As shown here, it was actually needed. Putting it back then haha.

@oli-obk

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Dec 1, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit a2d1254 has been approved by oli-obk

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Dec 1, 2020
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
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
@bors
bors merged commit 3d631b0 into rust-lang:masterDec 2, 2020
@rustbotrustbot added this to the 1.50.0 milestone Dec 2, 2020
@GuillaumeGomez
GuillaumeGomez deleted the improve-attr-spans branch December 2, 2020 09:15
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-diagnosticsArea: Messages for errors, warnings, and lintsS-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@GuillaumeGomez@rust-highfive@oli-obk@bors@eddyb@rustbot