rust/src/test/ui/if
Esteban Küber 9e934e2215 Reweork incompatible match arms error
- Point at the body expression of the match arm with the type error.
- Point at the prior match arms explicitely stating the evaluated type.
- Point at the entire match expr in a secondary span, instead of primary.
- For type errors in the first match arm, the cause is outside of the
  match, treat as implicit block error to give a more appropriate error.
2019-02-07 05:39:54 -08:00
..
if-branch-types.rs Remove licenses 2018-12-25 21:08:33 -07:00
if-branch-types.stderr Tweak output of type mismatch between "then" and else if arms 2019-01-13 17:35:59 -08:00
if-let-arm-types.rs Reweork incompatible match arms error 2019-02-07 05:39:54 -08:00
if-let-arm-types.stderr Reweork incompatible match arms error 2019-02-07 05:39:54 -08:00
if-let.rs Stabilise irrefutable if-let and while-let patterns 2019-01-12 03:10:59 +00:00
if-let.stderr Stabilise irrefutable if-let and while-let patterns 2019-01-12 03:10:59 +00:00
if-loop.rs Remove licenses 2018-12-25 21:08:33 -07:00
if-typeck.rs Remove licenses 2018-12-25 21:08:33 -07:00
if-typeck.stderr Remove licenses 2018-12-25 21:08:33 -07:00
if-without-block.rs Remove licenses 2018-12-25 21:08:33 -07:00
if-without-block.stderr Remove licenses 2018-12-25 21:08:33 -07:00
if-without-else-result.rs Remove licenses 2018-12-25 21:08:33 -07:00
if-without-else-result.stderr Remove licenses 2018-12-25 21:08:33 -07:00
ifmt-bad-arg.rs Remove licenses 2018-12-25 21:08:33 -07:00
ifmt-bad-arg.stderr Add span label to unused string formatting argument 2018-12-26 20:36:02 -08:00
ifmt-bad-format-args.rs Remove licenses 2018-12-25 21:08:33 -07:00
ifmt-bad-format-args.stderr Remove licenses 2018-12-25 21:08:33 -07:00
ifmt-unimpl.rs Remove licenses 2018-12-25 21:08:33 -07:00
ifmt-unimpl.stderr Remove licenses 2018-12-25 21:08:33 -07:00
ifmt-unknown-trait.rs Remove licenses 2018-12-25 21:08:33 -07:00
ifmt-unknown-trait.stderr Remove licenses 2018-12-25 21:08:33 -07:00