rust/tests/ui/or-patterns
Chris Denton f8c67c6d15
Rollup merge of #140029 - reddevilmidzy:move-test, r=jieyouxu
Relocate tests in `tests/ui`

Part of #133895

Moved tests from a top-level directory into a more appropriate subdirectory.
If there is anything else that could be improved, please let me know!

r? jieyouxu
2025-04-21 15:55:58 +00:00
..
already-bound-name.rs
already-bound-name.stderr
basic-switch.rs
basic-switchint.rs
bindings-runpass-1.rs
bindings-runpass-2.rs
box-patterns.rs
consistent-bindings.rs
const-fn.rs
exhaustiveness-non-exhaustive.rs
exhaustiveness-non-exhaustive.stderr
exhaustiveness-pass.rs
exhaustiveness-unreachable-pattern.rs
exhaustiveness-unreachable-pattern.stderr
fn-param-wrap-parens.fixed Use cfg(false) in UI tests 2025-04-03 21:41:58 +00:00
fn-param-wrap-parens.rs Use cfg(false) in UI tests 2025-04-03 21:41:58 +00:00
fn-param-wrap-parens.stderr
for-loop.rs
if-let-while-let.rs
inconsistent-modes.rs
inconsistent-modes.stderr
inner-or-pat.or3.stderr
inner-or-pat.or4.stderr
inner-or-pat.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
issue-64879-trailing-before-guard.rs
issue-64879-trailing-before-guard.stderr
issue-67514-irrefutable-param.rs
issue-68785-irrefutable-param-with-at.rs
issue-69875-should-have-been-expanded-earlier-non-exhaustive.rs
issue-69875-should-have-been-expanded-earlier-non-exhaustive.stderr
issue-69875-should-have-been-expanded-earlier.rs
issue-70413-no-unreachable-pat-and-guard.rs
lazy-and-or.rs Cleaned up 5 tests in tests/ui 2025-04-21 16:16:38 +09:00
let-pattern.rs
macro-pat.rs
mismatched-bindings-async-fn.rs
mismatched-bindings-async-fn.stderr
missing-bindings.rs
missing-bindings.stderr Filter empty lines, comments and delimiters from previous to last multiline span rendering 2024-12-12 23:36:27 +00:00
mix-with-wild.rs
multiple-pattern-typo.rs
multiple-pattern-typo.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
nested-undelimited-precedence.rs
nested-undelimited-precedence.stderr
or-patterns-binding-type-mismatch.rs
or-patterns-binding-type-mismatch.stderr
or-patterns-default-binding-modes.rs
or-patterns-syntactic-fail-2018.rs
or-patterns-syntactic-fail-2018.stderr
or-patterns-syntactic-fail.rs
or-patterns-syntactic-fail.stderr Remove old diagnostic notes for type ascription syntax 2025-04-16 20:24:55 +10:00
or-patterns-syntactic-pass-2021.rs
or-patterns-syntactic-pass.rs Use cfg(false) in UI tests 2025-04-03 21:41:58 +00:00
or-patterns-syntactic-pass.stderr
remove-leading-vert.fixed Use cfg(false) in UI tests 2025-04-03 21:41:58 +00:00
remove-leading-vert.rs Use cfg(false) in UI tests 2025-04-03 21:41:58 +00:00
remove-leading-vert.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
search-via-bindings.rs
simplification_subtleties.rs Add tests 2024-06-16 18:23:48 +02:00
slice-patterns.rs
struct-like.rs
while-parsing-this-or-pattern.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
while-parsing-this-or-pattern.stderr