rust/src/test/ui/or-patterns
Aaron Hill 0dd9f118d9
Show macro name in 'this error originates in macro' message
When there are multiple macros in use, it can be difficult to tell
which one was responsible for producing an error.
2021-05-12 19:03:06 -04:00
..
already-bound-name.rs update tests 2021-03-19 19:45:42 -05:00
already-bound-name.stderr update tests 2021-03-19 19:45:42 -05:00
basic-switch.rs update tests 2021-03-19 19:45:42 -05:00
basic-switchint.rs update tests 2021-03-19 19:45:42 -05:00
bindings-runpass-1.rs update tests 2021-03-19 19:45:42 -05:00
bindings-runpass-2.rs update tests 2021-03-19 19:45:42 -05:00
box-patterns.rs update tests 2021-03-19 19:45:42 -05:00
consistent-bindings.rs update tests 2021-03-19 19:45:42 -05:00
const-fn.rs update tests 2021-03-19 19:45:42 -05:00
exhaustiveness-non-exhaustive.rs update tests 2021-03-19 19:45:42 -05:00
exhaustiveness-non-exhaustive.stderr update tests 2021-03-19 19:45:42 -05:00
exhaustiveness-pass.rs update tests 2021-03-19 19:45:42 -05:00
exhaustiveness-unreachable-pattern.rs update tests 2021-03-19 19:45:42 -05:00
exhaustiveness-unreachable-pattern.stderr Show macro name in 'this error originates in macro' message 2021-05-12 19:03:06 -04:00
fn-param-wrap-parens.fixed update tests 2021-03-19 19:45:42 -05:00
fn-param-wrap-parens.rs update tests 2021-03-19 19:45:42 -05:00
fn-param-wrap-parens.stderr update tests 2021-03-19 19:45:42 -05:00
for-loop.rs update tests 2021-03-19 19:45:42 -05:00
if-let-while-let.rs update tests 2021-03-19 19:45:42 -05:00
inconsistent-modes.rs update tests 2021-03-19 19:45:42 -05:00
inconsistent-modes.stderr update tests 2021-03-19 19:45:42 -05:00
issue-64879-trailing-before-guard.rs syntax: recover trailing | in or-patterns. 2019-09-29 07:11:26 +02:00
issue-64879-trailing-before-guard.stderr Point at type in let assignment on type errors 2019-11-21 19:24:31 -08:00
issue-67514-irrefutable-param.rs update tests 2021-03-19 19:45:42 -05:00
issue-68785-irrefutable-param-with-at.rs update tests 2021-03-19 19:45:42 -05:00
issue-69875-should-have-been-expanded-earlier-non-exhaustive.rs update tests 2021-03-19 19:45:42 -05:00
issue-69875-should-have-been-expanded-earlier-non-exhaustive.stderr update tests 2021-03-19 19:45:42 -05:00
issue-69875-should-have-been-expanded-earlier.rs update tests 2021-03-19 19:45:42 -05:00
issue-70413-no-unreachable-pat-and-guard.rs update tests 2021-03-19 19:45:42 -05:00
let-pattern.rs update tests 2021-03-19 19:45:42 -05:00
macro-pat.rs fix test 2021-04-28 20:51:32 -05:00
mismatched-bindings-async-fn.rs update tests 2021-03-19 19:45:42 -05:00
mismatched-bindings-async-fn.stderr update tests 2021-03-19 19:45:42 -05:00
missing-bindings.rs update tests 2021-03-19 19:45:42 -05:00
missing-bindings.stderr update tests 2021-03-19 19:45:42 -05:00
mix-with-wild.rs update tests 2021-03-19 19:45:42 -05:00
multiple-pattern-typo.rs update tests 2021-03-19 19:45:42 -05:00
multiple-pattern-typo.stderr Simplify pattern grammar by allowing nested leading vert 2021-02-15 12:07:54 -06:00
nested-undelimited-precedence.rs use pat<no_top_alt> for patterns in let bindings 2021-03-05 10:10:04 -06:00
nested-undelimited-precedence.stderr use pat<no_top_alt> for patterns in let bindings 2021-03-05 10:10:04 -06:00
or-patterns-binding-type-mismatch.rs update tests 2021-03-19 19:45:42 -05:00
or-patterns-binding-type-mismatch.stderr update tests 2021-03-19 19:45:42 -05:00
or-patterns-default-binding-modes.rs update tests 2021-03-19 19:45:42 -05:00
or-patterns-syntactic-fail-2018.rs implement edition-specific :pat behavior for 2015/18 2020-12-19 07:13:36 -06:00
or-patterns-syntactic-fail-2018.stderr implement edition-specific :pat behavior for 2015/18 2020-12-19 07:13:36 -06:00
or-patterns-syntactic-fail.rs update tests 2021-03-19 19:45:42 -05:00
or-patterns-syntactic-fail.stderr update tests 2021-03-19 19:45:42 -05:00
or-patterns-syntactic-pass-2021.rs unignore a couple of tests 2021-04-27 21:20:35 -05:00
or-patterns-syntactic-pass.rs update tests 2021-03-19 19:45:42 -05:00
remove-leading-vert.fixed update tests 2021-03-19 19:45:42 -05:00
remove-leading-vert.rs update tests 2021-03-19 19:45:42 -05:00
remove-leading-vert.stderr update tests 2021-03-19 19:45:42 -05:00
search-via-bindings.rs update tests 2021-03-19 19:45:42 -05:00
slice-patterns.rs update tests 2021-03-19 19:45:42 -05:00
struct-like.rs update tests 2021-03-19 19:45:42 -05:00
while-parsing-this-or-pattern.rs or-pattern: fix typo in error message 2019-08-28 02:23:58 +02:00
while-parsing-this-or-pattern.stderr or-pattern: fix typo in error message 2019-08-28 02:23:58 +02:00