rust/compiler/rustc_resolve
Nicholas Nethercote 0e475b5d5e Avoid unnecessary work in finalize_resolutions_in.
If `module.opt_def_id()` returns `None`, we can skip most of the work.
2022-06-29 09:20:32 +10:00
..
src Avoid unnecessary work in finalize_resolutions_in. 2022-06-29 09:20:32 +10:00
Cargo.toml Make ResolverAstLowering a struct. 2022-06-14 22:44:27 +02:00