mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-29 10:58:02 +00:00
fix: unify types in infer_expr_coerce_never()
This commit is contained in:
parent
625a6f37de
commit
5ab4e64a4c
3 changed files with 20 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue