rust/compiler/rustc_resolve
Esteban Küber 04c2454b1e Fix ICE caused by suggestion with no code substitutions
Change suggestion logic to filter and checking _before_ creating
specific resolution suggestion.

Assert earlier that suggestions contain code substitions to make it
easier in the future to debug invalid uses. If we find this becomes too
noisy in the wild, we can always make the emitter resilient to these
cases and remove the assertions.

Fix #78651.
2021-02-13 19:52:12 -08:00
..
src Fix ICE caused by suggestion with no code substitutions 2021-02-13 19:52:12 -08:00
Cargo.toml mv compiler to compiler/ 2020-08-30 18:45:07 +03:00