-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Move some tests to more reasonable directories - 1 #80880
Conversation
This comment has been minimized.
This comment has been minimized.
ad51b39
to
48d0957
Compare
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.
Looks good to me 👍
cc #73494 |
@c410-f3r |
Regarding specific changes:
|
I started the pre-collected list in a sequential order but yeah, starting with high confidence scores is indeed a better approach. Thanks!
All suggested changes were made and more tests will be added in a following PR |
Thanks! |
6145571
to
2055e4c
Compare
📌 Commit 2055e4c has been approved by |
Rollup of 8 pull requests Successful merges: - rust-lang#79757 (Replace tabs earlier in diagnostics) - rust-lang#80600 (Add `MaybeUninit` method `array_assume_init`) - rust-lang#80880 (Move some tests to more reasonable directories) - rust-lang#80897 (driver: Use `atty` instead of rolling our own) - rust-lang#80898 (Add another test case for rust-lang#79808) - rust-lang#80917 (core/slice: remove doc comment about scoped borrow) - rust-lang#80927 (Replace a simple `if let` with the `matches` macro) - rust-lang#80930 (fix typo in trait method mutability mismatch help) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
The idea is to move
issues
/ui
tests in small batchesr? @petrochenkov