consistency rename: language item -> lang item

This commit is contained in:
Ralf Jung 2024-04-17 12:30:45 +02:00
parent d101971ab1
commit 8b35be741f
32 changed files with 72 additions and 72 deletions

View file

@ -1042,7 +1042,7 @@ pub struct Resolver<'a, 'tcx> {
block_map: NodeMap<Module<'a>>,
/// A fake module that contains no definition and no prelude. Used so that
/// some AST passes can generate identifiers that only resolve to local or
/// language items.
/// lang items.
empty_module: Module<'a>,
module_map: FxHashMap<DefId, Module<'a>>,
binding_parent_modules: FxHashMap<NameBinding<'a>, Module<'a>>,