Use revisions instead of nll compare mode for /regions/ ui tests#96212
Use revisions instead of nll compare mode for /regions/ ui tests#96212bors merged 1 commit intorust-lang:masterfrom
/regions/ ui tests#96212Conversation
jackh726
left a comment
There was a problem hiding this comment.
Still have some more tests to get through.
A number of diagnostic regressions, some of these can probably be combined into a single issue.
Also, when you add in a new line with //[nll]~, but the previous line has the error annotation at the end of the line, can you instead move both to be on separate lines?
src/test/ui/regions/region-invariant-static-error-reporting.base.stderr
Outdated
Show resolved
Hide resolved
src/test/ui/regions/region-multiple-lifetime-bounds-on-fns-where-clause.polonius.stderr
Outdated
Show resolved
Hide resolved
src/test/ui/regions/region-multiple-lifetime-bounds-on-fns-where-clause.rs
Outdated
Show resolved
Hide resolved
src/test/ui/regions/regions-close-object-into-object-2.nll.stderr
Outdated
Show resolved
Hide resolved
src/test/ui/regions/regions-close-object-into-object-5.base.stderr
Outdated
Show resolved
Hide resolved
src/test/ui/regions/regions-close-over-type-parameter-multiple.rs
Outdated
Show resolved
Hide resolved
src/test/ui/regions/regions-close-param-into-object.base.stderr
Outdated
Show resolved
Hide resolved
e445e68 to
816f0f2
Compare
Done! |
|
Can you rebase on master to get #96236 |
|
(not sure it changes anything) |
816f0f2 to
12510d2
Compare
Just did but unfortunately it doesn't change anything |
|
Just finished reviewing and looks fine. Just need to address the previous reviews. |
|
@jackh726 I created a bunch of issues, I think we're good to go. |
12510d2 to
e10aa15
Compare
|
@bors r+ |
|
📌 Commit e10aa15 has been approved by |
…askrgr Rollup of 6 pull requests Successful merges: - rust-lang#95395 (Better error message for `_` in function signature in `impl Trait for Ty`) - rust-lang#96090 (Implement MIR opt unit tests) - rust-lang#96107 ([test] Add test cases for untested functions for VecDeque) - rust-lang#96212 (Use revisions instead of nll compare mode for `/regions/` ui tests) - rust-lang#96215 (Drop support for legacy PM with LLVM 15) - rust-lang#96366 (bootstrap: Remove dead code in rustdoc shim) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Created #96211 for the duplicated mismatched types errors
r? @jackh726