Move some tests to more reasonable directories - 1#80880
Move some tests to more reasonable directories - 1#80880bors merged 1 commit intorust-lang:masterfrom
Conversation
This comment has been minimized.
This comment has been minimized.
ad51b39 to
48d0957
Compare
|
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/uitests in small batchesr? @petrochenkov