rust/src/test/ui/or-patterns
2022-11-21 10:23:53 +00:00
..
already-bound-name.rs
already-bound-name.stderr Resolve vars in note_type_err 2022-05-06 23:35:42 -04:00
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 Change wording of suggestion to add missing match arm 2022-03-08 00:20:41 +00:00
exhaustiveness-pass.rs
exhaustiveness-unreachable-pattern.rs
exhaustiveness-unreachable-pattern.stderr
fn-param-wrap-parens.fixed
fn-param-wrap-parens.rs
fn-param-wrap-parens.stderr
for-loop.rs
if-let-while-let.rs
inconsistent-modes.rs
inconsistent-modes.stderr Resolve vars in note_type_err 2022-05-06 23:35:42 -04:00
inner-or-pat.or3.stderr add new test and combine old ones 2022-08-17 13:21:03 +03:00
inner-or-pat.or4.stderr add new test and combine old ones 2022-08-17 13:21:03 +03:00
inner-or-pat.rs add new test and combine old ones 2022-08-17 13:21:03 +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 Do not suggest let_else if no bindings would be introduced 2022-03-08 17:20:05 +00:00
issue-69875-should-have-been-expanded-earlier.rs
issue-70413-no-unreachable-pat-and-guard.rs
let-pattern.rs
macro-pat.rs
mismatched-bindings-async-fn.rs
mismatched-bindings-async-fn.stderr
missing-bindings.rs
missing-bindings.stderr When encountering a binding that could be a const or unit variant, suggest the right path 2022-04-30 02:27:25 +00:00
mix-with-wild.rs
multiple-pattern-typo.rs
multiple-pattern-typo.stderr
nested-undelimited-precedence.rs Cleanup feature gates. 2022-03-03 18:50:28 +01:00
nested-undelimited-precedence.stderr Cleanup feature gates. 2022-03-03 18:50:28 +01:00
or-patterns-binding-type-mismatch.rs
or-patterns-binding-type-mismatch.stderr
or-patterns-default-binding-modes.rs
or-patterns-syntactic-fail-2018.rs Cleanup feature gates. 2022-03-03 18:50:28 +01:00
or-patterns-syntactic-fail-2018.stderr Show a note where a macro failed to match 2022-11-14 19:59:15 +01:00
or-patterns-syntactic-fail.rs
or-patterns-syntactic-fail.stderr Shorten def_span for more items. 2022-07-01 17:39:19 +02:00
or-patterns-syntactic-pass-2021.rs
or-patterns-syntactic-pass.rs Revert formatting changes of a test 2022-11-21 10:23:53 +00:00
or-patterns-syntactic-pass.stderr Reenable early feature-gates as future-compat warnings 2022-08-17 06:53:18 -05:00
remove-leading-vert.fixed
remove-leading-vert.rs
remove-leading-vert.stderr
search-via-bindings.rs
slice-patterns.rs
struct-like.rs
while-parsing-this-or-pattern.rs
while-parsing-this-or-pattern.stderr