Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
tgross35
left a comment
There was a problem hiding this comment.
In the descriptions could you use "the occurs check" rahter than "occurs check"? Bit easier to read 🙂
One other small thing then please squash and lgtm
There was a problem hiding this comment.
When you delete something, could you put the reason in the commit message? I'm sure it's fine but describing the reason for a change always takes the guesswork out :)
There was a problem hiding this comment.
It's just a very basic test that we're testing miltiple times in other places, very simple, if needed I can found same tests in other tests
There was a problem hiding this comment.
Yeah it makes sense; just put that in the first commit message pls :) (to help the next person who looks at the log and has this question)
There was a problem hiding this comment.
I added a description to this moved commit, not sure if this was what you meant, but this is how I understood this
There was a problem hiding this comment.
Yes that's exactly it :) it's always good practice for a commit message to explain why a change is done
opeq.rs was removed as duplicating test logic in other tests
|
Thanks! |
|
@bors rollup |
Rollup of 11 pull requests Successful merges: - #142440 (`tests/ui`: A New Order [14/N]) - #143040 (Add `const Rem`) - #143086 (Update poison.rs to fix the typo (sys->sync)) - #143202 (`tests/ui`: A New Order [18/N]) - #143296 (`tests/ui`: A New Order [21/N]) - #143297 (`tests/ui`: A New Order [22/N]) - #143299 (`tests/ui`: A New Order [24/N]) - #143300 (`tests/ui`: A New Order [25/N]) - #143397 (test passing a `VaList` from rust to C) - #143410 (Block SIMD in transmute_immediate; delete `OperandValueKind`) - #143452 (Fix CLI completion check in `tidy`) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of #143297 - Kivooeo:tf22, r=tgross35 `tests/ui`: A New Order [22/N] > [!NOTE] > > Intermediate commits are intended to help review, but will be squashed prior to merge. Some `tests/ui/` housekeeping, to trim down number of tests directly under `tests/ui/`. Part of #133895. r? `@tgross35`
Note
Intermediate commits are intended to help review, but will be squashed prior to merge.
Some
tests/ui/housekeeping, to trim down number of tests directly undertests/ui/. Part of #133895.r? @tgross35