rust/compiler/rustc_resolve/src
Matthias Krüger b295639f14
Rollup merge of #100643 - TaKO8Ki:point-at-type-parameter-shadowing-another-type, r=estebank
Point at a type parameter shadowing another type

This patch fixes a part of #97459.
2022-08-18 05:10:46 +02:00
..
diagnostics Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
late Rollup merge of #100643 - TaKO8Ki:point-at-type-parameter-shadowing-another-type, r=estebank 2022-08-18 05:10:46 +02:00
access_levels.rs Make ResolverAstLowering a struct. 2022-06-14 22:44:27 +02:00
build_reduced_graph.rs Unused tuple fields in rustc_resolve. 2022-07-25 19:45:26 +02:00
check_unused.rs Make ResolverAstLowering a struct. 2022-06-14 22:44:27 +02:00
def_collector.rs Parse closure binders 2022-07-12 16:25:16 +04:00
diagnostics.rs Don't ICE while suggesting updating item path. 2022-08-07 04:03:28 -07:00
ident.rs Unused tuple fields in rustc_resolve. 2022-07-25 19:45:26 +02:00
imports.rs change the type of note field to Option<String> 2022-07-28 18:17:55 +09:00
late.rs Rollup merge of #100392 - nnethercote:simplify-visitors, r=cjgillot 2022-08-11 22:53:08 +02:00
lib.rs Adjust cfgs 2022-08-12 16:28:15 -04:00
macros.rs avoid embedding StabilityLevel::Unstable reason string into metadata multiple times 2022-07-21 22:53:02 +03:00