rust/compiler/rustc_parse/src/parser
surechen 40ae34194c remove redundant imports
detects redundant imports that can be eliminated.

for #117772 :

In order to facilitate review and modification, split the checking code and
removing redundant imports code into two PR.
2023-12-10 10:56:22 +08:00
..
attr.rs remove redundant imports 2023-12-10 10:56:22 +08:00
attr_wrapper.rs Use Session::diagnostic in more places. 2023-12-02 09:01:35 +11:00
diagnostics.rs Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors 2023-12-08 17:08:52 +00:00
expr.rs Auto merge of #118420 - compiler-errors:async-gen, r=eholk 2023-12-08 19:13:57 +00:00
generics.rs Tweak unclosed generics errors 2023-12-01 20:01:39 +00:00
item.rs remove redundant imports 2023-12-10 10:56:22 +08:00
mod.rs Support async gen fn 2023-12-08 17:23:26 +00:00
nonterminal.rs Use Session::diagnostic in more places. 2023-12-02 09:01:35 +11:00
pat.rs Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors 2023-12-08 17:08:52 +00:00
path.rs More detail when expecting expression but encountering bad macro argument 2023-11-16 16:19:04 +00:00
stmt.rs Rollup merge of #118394 - nnethercote:rm-hir-Ops, r=cjgillot 2023-11-29 04:23:23 +01:00
ty.rs coro_kind -> coroutine_kind 2023-12-08 17:23:25 +00:00