Skip to content

librustc_errors: Support ui-testing flag in annotate-snippet emitter - #62985

Merged
bors merged 1 commit into
rust-lang:masterfrom
phansch:support_ui_testing_flag
Jul 26, 2019
Merged

librustc_errors: Support ui-testing flag in annotate-snippet emitter#62985
bors merged 1 commit into
rust-lang:masterfrom
phansch:support_ui_testing_flag

Conversation

@phansch

Copy link
Copy Markdown
Contributor

This adds support for the -Z ui-testing flag to the new
annotate-snippet diagnostic emitter.

Support for the flag was added to annotate-snippet-rs in these PRs:

r? @estebank

Closes#61811

This adds support for the `-Z ui-testing` flag to the new
annotate-snippet diagnostic emitter.
The support for the flag was added to `annotate-snippet-rs` in these PRs:
* rust-lang/annotate-snippets-rs#3
* rust-lang/annotate-snippets-rs#5Closesrust-lang#61811
@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 25, 2019
@estebank

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Jul 25, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit dd0f2ac has been approved by estebank

@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 Jul 25, 2019
Centril added a commit to Centril/rust that referenced this pull request Jul 26, 2019
…estebank
librustc_errors: Support ui-testing flag in annotate-snippet emitter
This adds support for the `-Z ui-testing` flag to the new
annotate-snippet diagnostic emitter.
Support for the flag was added to `annotate-snippet-rs` in these PRs:
* rust-lang/annotate-snippets-rs#3
* rust-lang/annotate-snippets-rs#5
r? @estebankClosesrust-lang#61811
@CentrilCentril mentioned this pull request Jul 26, 2019
bors added a commit that referenced this pull request Jul 26, 2019
Rollup of 14 pull requests
Successful merges:
- #62084 (allow clippy::unreadable_literal in unicode tables)
- #62421 (Introduce `as_deref` to Option)
- #62692 (rustc: precompute the largest Niche and store it in LayoutDetails.)
- #62801 (Remove support for -Zlower-128bit-ops)
- #62828 (Remove vector fadd/fmul reduction workarounds)
- #62862 (code cleanup)
- #62897 (Attempt to fix backtrace tests on i686-msvc)
- #62904 (Disable d32 on armv6 hf targets)
- #62907 (Initialize the MSP430 AsmParser)
- #62956 (Implement slow-path for FirstSets::first)
- #62963 (Allow lexer to recover from some homoglyphs)
- #62970 (ci: gate toolstate repo pushes on the TOOLSTATE_PUBLISH envvar)
- #62983 (Remove needless indirection through Rc)
- #62985 (librustc_errors: Support ui-testing flag in annotate-snippet emitter)
Failed merges:
r? @ghost
Centril added a commit to Centril/rust that referenced this pull request Jul 26, 2019
…estebank
librustc_errors: Support ui-testing flag in annotate-snippet emitter
This adds support for the `-Z ui-testing` flag to the new
annotate-snippet diagnostic emitter.
Support for the flag was added to `annotate-snippet-rs` in these PRs:
* rust-lang/annotate-snippets-rs#3
* rust-lang/annotate-snippets-rs#5
r? @estebankClosesrust-lang#61811
@CentrilCentril mentioned this pull request Jul 26, 2019
Centril added a commit to Centril/rust that referenced this pull request Jul 26, 2019
…estebank
librustc_errors: Support ui-testing flag in annotate-snippet emitter
This adds support for the `-Z ui-testing` flag to the new
annotate-snippet diagnostic emitter.
Support for the flag was added to `annotate-snippet-rs` in these PRs:
* rust-lang/annotate-snippets-rs#3
* rust-lang/annotate-snippets-rs#5
r? @estebankClosesrust-lang#61811
@CentrilCentril mentioned this pull request Jul 26, 2019
bors added a commit that referenced this pull request Jul 26, 2019
Rollup of 22 pull requests
Successful merges:
- #62084 (allow clippy::unreadable_literal in unicode tables)
- #62120 (Add missing type links in documentation)
- #62310 (Add missing doc links in boxed module)
- #62421 (Introduce `as_deref` to Option)
- #62583 (Implement Unpin for all raw pointers)
- #62692 (rustc: precompute the largest Niche and store it in LayoutDetails.)
- #62801 (Remove support for -Zlower-128bit-ops)
- #62828 (Remove vector fadd/fmul reduction workarounds)
- #62862 (code cleanup)
- #62904 (Disable d32 on armv6 hf targets)
- #62907 (Initialize the MSP430 AsmParser)
- #62956 (Implement slow-path for FirstSets::first)
- #62963 (Allow lexer to recover from some homoglyphs)
- #62964 (clarify and unify some type test names)
- #62970 (ci: gate toolstate repo pushes on the TOOLSTATE_PUBLISH envvar)
- #62980 (std: Add more accessors for `Metadata` on Windows)
- #62983 (Remove needless indirection through Rc)
- #62985 (librustc_errors: Support ui-testing flag in annotate-snippet emitter)
- #63002 (error_index_generator should output stdout/stderr when it panics.)
- #63004 (Add test for issue-54062)
- #63007 (ci: debug network failures while downloading awscli from PyPI)
- #63009 (Remove redundant `mut` from variable declaration.)
Failed merges:
r? @ghost
@bors
bors merged commit dd0f2ac into rust-lang:masterJul 26, 2019
@phansch
phansch deleted the support_ui_testing_flag branch July 26, 2019 20:45
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.

annotate-snippet emitter: Make use of -Z ui-testing flag

4 participants

@phansch@estebank@bors@rust-highfive