rust/src/test/ui/type/type-check
Reese Williams d8540ae5a9 Fix suggestion span and move suggestions into new subwindow. 2021-02-20 15:33:08 -05:00
..
assignment-expected-bool.rs Improve invalid assignment error 2019-12-23 11:16:51 +00:00
assignment-expected-bool.stderr Suggest `if let x = y` when encountering `if x = y` 2020-08-30 15:01:06 -07:00
assignment-in-if.rs Improve invalid assignment error 2019-12-23 11:16:51 +00:00
assignment-in-if.stderr Suggest `if let x = y` when encountering `if x = y` 2020-08-30 15:01:06 -07:00
cannot_infer_local_or_array.rs
cannot_infer_local_or_array.stderr
cannot_infer_local_or_vec.rs
cannot_infer_local_or_vec.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
cannot_infer_local_or_vec_in_tuples.rs
cannot_infer_local_or_vec_in_tuples.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-22897.rs
issue-22897.stderr
issue-40294.rs Use more accurate failed predicate spans 2020-02-02 11:53:09 -08:00
issue-40294.stderr Use `PredicateObligation`s instead of `Predicate`s 2020-04-08 14:40:45 -07:00
issue-41314.rs Detect tuple struct incorrectly used as struct pat 2020-07-12 10:34:48 -07:00
issue-41314.stderr Fix suggestion span and move suggestions into new subwindow. 2021-02-20 15:33:08 -05:00
issue-67273-assignment-match-prior-arm-bool-expected-unit.rs Add backticks to various diagnostics 2020-01-05 00:17:46 +00:00
issue-67273-assignment-match-prior-arm-bool-expected-unit.stderr Add backticks to various diagnostics 2020-01-05 00:17:46 +00:00
missing_trait_impl.rs
missing_trait_impl.stderr Handle binop on unbound type param 2020-05-04 09:52:40 -07:00
unknown_type_for_closure.rs
unknown_type_for_closure.stderr