diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-08-29 12:37:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-29 12:37:30 +0200 |
| commit | 47f1df5ca35217ca5e21ffd1f1daa3cb623470e2 (patch) | |
| tree | 1bd03d02f6a7e788a454662785a20e9f56ac7f73 /tests/ui/array-slice-vec | |
| parent | e15744e7a4095a868cc3d145ae81bd6660247519 (diff) | |
| parent | 2dc4638c4637bf8ddb83577535317dad21abdf6d (diff) | |
| download | rust-47f1df5ca35217ca5e21ffd1f1daa3cb623470e2.tar.gz rust-47f1df5ca35217ca5e21ffd1f1daa3cb623470e2.zip | |
Rollup merge of #145676 - Oneirical:uncountable-integer-9, r=jieyouxu
Rehome 30 `tests/ui/issues/` tests to other subdirectories under `tests/ui/` [#2 of Batch #2] Part of rust-lang/rust#133895 Methodology: 1. Refer to the previously written `tests/ui/SUMMARY.md` 2. Find an appropriate category for the test, using the original issue thread and the test contents. 3. Add the issue URL at the bottom (not at the top, as that would mess up stderr line numbers) 4. Rename the tests to make their purpose clearer Inspired by the methodology that `@Kivooeo` was using. r? `@jieyouxu`
Diffstat (limited to 'tests/ui/array-slice-vec')
| -rw-r--r-- | tests/ui/array-slice-vec/fixed-length-vector-pattern-matching-7784.rs (renamed from tests/ui/array-slice-vec/pattern-matching-fixed-length-vectors-7784.rs) | 0 | ||||
| -rw-r--r-- | tests/ui/array-slice-vec/vector-slice-matching-8498.rs (renamed from tests/ui/array-slice-vec/matching-on-vector-slice-option-8498.rs) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/tests/ui/array-slice-vec/pattern-matching-fixed-length-vectors-7784.rs b/tests/ui/array-slice-vec/fixed-length-vector-pattern-matching-7784.rs index 7d987e92b63..7d987e92b63 100644 --- a/tests/ui/array-slice-vec/pattern-matching-fixed-length-vectors-7784.rs +++ b/tests/ui/array-slice-vec/fixed-length-vector-pattern-matching-7784.rs diff --git a/tests/ui/array-slice-vec/matching-on-vector-slice-option-8498.rs b/tests/ui/array-slice-vec/vector-slice-matching-8498.rs index e243a247ed5..e243a247ed5 100644 --- a/tests/ui/array-slice-vec/matching-on-vector-slice-option-8498.rs +++ b/tests/ui/array-slice-vec/vector-slice-matching-8498.rs |
