-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use revisions instead of nll compare mode for /regions/
ui tests
#96212
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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-multiple-lifetime-bounds-on-fns-where-clause.polonius.stderr
Show resolved
Hide resolved
src/test/ui/regions/region-multiple-lifetime-bounds-on-fns-where-clause.rs
Show resolved
Hide resolved
src/test/ui/regions/regions-close-over-type-parameter-multiple.rs
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