mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
5c896555de
Reorganize tests from `tests/ui/issues/` The following tests are reorganized in this pull request | old-name | new-sub-dir | new-name | |-|-|-| | `auxiliary/issue-2316-a.rs` | `resolve/auxiliary` | `resolve-conflict-local-vs-glob-import-a.rs` | | `auxiliary/issue-2316-b.rs` | `resolve/auxiliary` | `resolve-conflict-local-vs-glob-import-b.rs` | | `issue-2316-c.rs` | `resolve/` | `resolve-conflict-local-vs-glob-import.rs` | | `issue-28839.rs` | `reborrow/` | `reborrow-mutable-reference.rs` | | `issue-32008.rs` | `overloaded/` | `subtyping-both-lhs-and-rhs-in-add-impl.rs` | | `issue-45425.rs` | `higher-ranked/` | `binop-lhs-hrtb-subtyping.rs` | r? Kivooeo