rust/compiler
Ömer Sinan Ağacan 5fd1ebe50f Fix panic in 'remove semicolon' when types are not local
It's not possible to check if removing a semicolon fixes the type error
when checking match arms and one or both of the last arm's and the
current arm's return types are imported "opaque" types. In these cases
we don't generate a "consider removing semicolon" suggestions.

Fixes #81839
2021-02-18 16:43:42 +03:00
..
2021-02-14 18:03:11 +03:00
2021-02-07 23:48:58 -08:00
2021-02-16 00:00:00 +00:00
2021-02-14 18:03:11 +03:00