remove E0280 by oskgo · Pull Request #106521 · rust-lang/rust

@rustbot rustbot added S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

T-compiler

Relevant to the compiler team, which will review and decide on the PR/issue.

labels

Jan 6, 2023

jackh726

jackh726

@oskgo

@bors bors 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

Jan 10, 2023

bors added a commit to rust-lang-ci/rust that referenced this pull request

Jan 11, 2023

@oskgo oskgo deleted the remove-E0280 branch

January 11, 2023 20:03

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request

Jan 13, 2023
…compiler-errors

Normalize test output more thoroughly

This prevents differences in local environments, which may (for example) end up with a longer backtrace with more digits in the backtrace prefix, as happened to me. While we're at it, clean more of the output up, including the exact location of the error in the compiler.

cc rust-lang#106521 which introduced this test

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request

Jan 13, 2023
…compiler-errors

Normalize test output more thoroughly

This prevents differences in local environments, which may (for example) end up with a longer backtrace with more digits in the backtrace prefix, as happened to me. While we're at it, clean more of the output up, including the exact location of the error in the compiler.

cc rust-lang#106521 which introduced this test