rust/compiler/rustc_resolve/src
Matthias Krüger bb50ebfca4
Rollup merge of #132567 - estebank:bad-suggestion, r=Nadrieril
Properly suggest `E::assoc` when we encounter `E::Variant::assoc`

Use the right span when encountering an enum variant followed by an associated item so we don't lose the associated item in the resulting code.

Do not suggest the thing twice, once as a removal of the associated item and a second time as a typo suggestion.
2024-11-05 20:10:51 +01:00
..
late Rollup merge of #132567 - estebank:bad-suggestion, r=Nadrieril 2024-11-05 20:10:51 +01:00
build_reduced_graph.rs expand: Stop using artificial ast::Item for macros loaded from metadata 2024-10-26 22:08:55 +03:00
check_unused.rs compiler: use is_none_or where it is clearly better 2024-10-16 23:50:13 -07:00
def_collector.rs expand: Stop using artificial ast::Item for macros loaded from metadata 2024-10-26 22:08:55 +03:00
diagnostics.rs
effective_visibilities.rs
errors.rs
ident.rs nightly feature tracking: get rid of the per-feature bool fields 2024-10-23 09:14:41 +01:00
imports.rs
late.rs Review comments. 2024-10-30 16:20:49 +00:00
lib.rs fix clippy::clone_on_ref_ptr for compiler 2024-10-28 18:05:08 +03:00
macros.rs Rollup merge of #131375 - klensy:clone_on_ref_ptr, r=cjgillot 2024-10-29 03:11:39 -07:00
rustdoc.rs