rust/compiler/rustc_resolve/src
Guillaume Gomez b7388024eb
Rollup merge of #88411 - Aaron1011:remove-session-if-let, r=estebank
Remove `Session.if_let_suggestions`

We can instead if either the LHS or RHS types contain
`TyKind::Error`. In addition to covering the case where
we would have previously updated `if_let_suggestions`, this might
also prevent redundant errors in other cases as well.
2021-08-29 16:25:35 +02:00
..
late Rollup merge of #88411 - Aaron1011:remove-session-if-let, r=estebank 2021-08-29 16:25:35 +02:00
build_reduced_graph.rs Remove NonMacroAttr.mark_used 2021-08-21 13:27:29 -05:00
check_unused.rs Stop tracking namespce in used_imports. 2021-08-22 16:50:59 +02:00
def_collector.rs Use LocalExpnId where possible. 2021-07-17 19:41:02 +02:00
diagnostics.rs Improve wording of macro-not-found-but-name-exists note. 2021-08-23 16:57:59 +02:00
imports.rs Stop tracking namespce in used_imports. 2021-08-22 16:50:59 +02:00
late.rs Stop tracking namespce in used_imports. 2021-08-22 16:50:59 +02:00
lib.rs Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiser 2021-08-24 03:58:22 +00:00
macros.rs Look for macro names in all namespaces for diagnostics. 2021-08-23 16:43:54 +02:00