rust/compiler/rustc_resolve/src
Matthias Krüger c5dd84d493
Rollup merge of #116961 - estebank:issue-60164, r=oli-obk
Typo suggestion to change bindings with leading underscore

When encountering a binding that isn't found but has a typo suggestion for a binding with a leading underscore, suggest changing the binding definition instead of the use place.

Fix #60164.
2023-10-21 10:08:16 +02:00
..
diagnostics Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
late Format all the let chains in compiler 2023-10-13 08:59:36 +00:00
build_reduced_graph.rs s/Generator/Coroutine/ 2023-10-20 21:10:38 +00:00
check_unused.rs inline format!() args up to and including rustc_codegen_llvm 2023-07-30 14:22:50 +02:00
def_collector.rs Remove the NodeId of ast::ExprKind::Async 2023-03-19 19:01:31 +01:00
diagnostics.rs Typo suggestion to change bindings with leading underscore 2023-10-20 15:58:25 +00:00
effective_visibilities.rs Format all the let chains in compiler 2023-10-13 08:59:36 +00:00
errors.rs Rollup merge of #115744 - fmease:fix-e0401, r=compiler-errors 2023-09-11 17:03:32 +02:00
ident.rs Format all the let chains in compiler 2023-10-13 08:59:36 +00:00
imports.rs Format all the let chains in compiler 2023-10-13 08:59:36 +00:00
late.rs Format all the let chains in compiler 2023-10-13 08:59:36 +00:00
lib.rs Format all the let chains in compiler 2023-10-13 08:59:36 +00:00
macros.rs Format all the let chains in compiler 2023-10-13 08:59:36 +00:00
rustdoc.rs Format all the let chains in compiler 2023-10-13 08:59:36 +00:00