rust/compiler/rustc_resolve/src
Matthias Krüger f2100daf32
Rollup merge of #96989 - cjgillot:defpath-use, r=davidtwco
Be more precise than DefPathData::Misc.

This variant was used for two unrelated things. Let's make this cleaner.
2022-05-13 05:33:13 +02:00
..
diagnostics Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
late only_local: always check for misuse 2022-05-10 12:07:35 +02:00
access_levels.rs resolve/metadata: Stop encoding macros as reexports 2022-02-24 22:55:40 +03:00
build_reduced_graph.rs Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
check_unused.rs span: move MultiSpan 2022-04-05 07:01:00 +01:00
def_collector.rs Replace DefPathData::Misc by two appropriately-named variants. 2022-05-12 20:12:35 +02:00
diagnostics.rs Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkov 2022-05-12 00:08:08 +00:00
ident.rs Use a yes/no enum instead of a bool. 2022-05-02 15:39:13 +00:00
imports.rs rustc: Panic by default in DefIdTree::parent 2022-05-02 01:56:50 +03:00
late.rs Rollup merge of #96557 - nbdd0121:const, r=oli-obk 2022-05-06 20:05:37 +02:00
lib.rs Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkov 2022-05-12 00:08:08 +00:00
macros.rs Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00