Skip to content

Distinguish message for external macros depending on error level - #59574

Merged
bors merged 1 commit into
rust-lang:masterfrom
JohnTitor:distinguish-error-vs-warning
Mar 31, 2019
Merged

Distinguish message for external macros depending on error level#59574
bors merged 1 commit into
rust-lang:masterfrom
JohnTitor:distinguish-error-vs-warning

Conversation

@JohnTitor

Copy link
Copy Markdown
Member

fixes#57716

(I picked you because assigned to this issue.)
r? @estebank

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 30, 2019
Comment threadsrc/librustc_errors/emitter.rs Outdated
@Centril

Copy link
Copy Markdown
Contributor

r? @Centril

Can you also squash the commits into one?
With that, r=me once travis is green.

Remove unnecessary comment
@JohnTitor
JohnTitorforce-pushed the distinguish-error-vs-warning branch from bf4d502 to 45c82abCompareMarch 30, 2019 22:54
@JohnTitor

Copy link
Copy Markdown
MemberAuthor

@Centril Okay, I squashed the commits, thank you.

@Centril

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@bors

bors commented Mar 31, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit 45c82ab has been approved by Centril

@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 Mar 31, 2019
Centril added a commit to Centril/rust that referenced this pull request Mar 31, 2019
…ing, r=Centril
Distinguish message for external macros depending on error level
fixesrust-lang#57716
(I picked you because assigned to this issue.)
r? @estebank
@CentrilCentril mentioned this pull request Mar 31, 2019
@kennytm

Copy link
Copy Markdown
Member

@bors rollup-

Centril added a commit to Centril/rust that referenced this pull request Mar 31, 2019
…ing, r=Centril
Distinguish message for external macros depending on error level
fixesrust-lang#57716
(I picked you because assigned to this issue.)
r? @estebank
@CentrilCentril mentioned this pull request Mar 31, 2019
Centril added a commit to Centril/rust that referenced this pull request Mar 31, 2019
…ing, r=Centril
Distinguish message for external macros depending on error level
fixesrust-lang#57716
(I picked you because assigned to this issue.)
r? @estebank
@CentrilCentril mentioned this pull request Mar 31, 2019
Centril added a commit to Centril/rust that referenced this pull request Mar 31, 2019
…ing, r=Centril
Distinguish message for external macros depending on error level
fixesrust-lang#57716
(I picked you because assigned to this issue.)
r? @estebank
@CentrilCentril mentioned this pull request Mar 31, 2019
bors added a commit that referenced this pull request Mar 31, 2019
Rollup of 4 pull requests
Successful merges:
- #58828 (libstd: deny(elided_lifetimes_in_paths))
- #59234 (Mention `no merge policy` in the CONTRIBUTING guide)
- #59572 (Include bounds in generic re-ordering diagnostic)
- #59574 (Distinguish message for external macros depending on error level)
Failed merges:
r? @ghost
@bors
bors merged commit 45c82ab into rust-lang:masterMar 31, 2019
@JohnTitor
JohnTitor deleted the distinguish-error-vs-warning branch March 31, 2019 17:23
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-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.

Distinguish between error vs. warning for external macros

6 participants

@JohnTitor@Centril@bors@kennytm@estebank@rust-highfive