fix: unify types in infer_expr_coerce_never()

This commit is contained in:
Ryo Yoshida 2023-04-07 05:17:12 +09:00
parent 625a6f37de
commit 5ab4e64a4c
No known key found for this signature in database
GPG key ID: E25698A930586171
3 changed files with 20 additions and 11 deletions

View file

@ -476,7 +476,7 @@ fn infer_adt_pattern() {
183..184 'x': usize
190..191 'x': usize
201..205 'E::B': E
209..212 'foo': {unknown}
209..212 'foo': bool
216..217 '1': usize
227..231 'E::B': E
235..237 '10': usize