Skip to content

Commit 874b623

Browse files
committed
Rollup merge of #51186 - pnkfelix:remove-unneccessary-nll-stderr-files, r=oli-obk
Remove two redundant .nll.stderr files It turns out that the diagnostics generated from NLL for these cases are now exactly the same as that produced by AST borrowck, and thus we can just fallback on those `.stderr` files that already exist for AST-borrowck. Bravo! (it is a good idea to remove these files, because it slightly reduces the amount of time humans will spend reviewing the .nll.stderr fileset...) ((it *might* be worthwhile trying to change the `compiletest` code to even issue a warning when two such files have equivalent contents... but I am not going so far as to try to implement that right now...))
2 parents 8c806c3 + 5a0bf09 commit 874b623

File tree

2 files changed

+0
-45
lines changed

2 files changed

+0
-45
lines changed

src/test/ui/generator/pattern-borrow.nll.stderr

-11
This file was deleted.

src/test/ui/issue-45697.nll.stderr

-34
This file was deleted.

0 commit comments

Comments
 (0)