1
Fork 0
rust/compiler/rustc_resolve/src
Matthias Krüger 4137f3bc15
Rollup merge of #129345 - compiler-errors:scratch4, r=jieyouxu
Use shorthand field initialization syntax more aggressively in the compiler

Caught these when cleaning up #129344 and decided to run clippy to find the rest
2024-08-21 18:15:06 +02:00
..
late Rollup merge of #128762 - fmease:use-more-slice-pats, r=compiler-errors 2024-08-11 07:51:51 +02:00
build_reduced_graph.rs Rollup merge of #129344 - compiler-errors:less-option-unit-diagnostics, r=jieyouxu 2024-08-21 18:15:05 +02:00
check_unused.rs rm import.used 2024-08-10 20:19:53 +08:00
def_collector.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
diagnostics.rs Simplify some redundant field names 2024-08-21 01:31:42 -04:00
effective_visibilities.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
errors.rs Use bool in favor of Option<()> for diagnostics 2024-08-21 01:31:11 -04:00
ident.rs make import.vis is not mutable 2024-08-07 22:13:23 +08:00
imports.rs rm import.used 2024-08-10 20:19:53 +08:00
late.rs Don't consider RibKind::Module's bindings when checking generics shadowing 2024-08-19 17:24:27 -04:00
lib.rs rm import.used 2024-08-10 20:19:53 +08:00
macros.rs Rollup merge of #128762 - fmease:use-more-slice-pats, r=compiler-errors 2024-08-11 07:51:51 +02:00
rustdoc.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00