Skip to content

Commit 966bdbd

Browse files
rebase artifact, oops
1 parent f0dc54f commit 966bdbd

File tree

1 file changed

+0
-5
lines changed
  • compiler/rustc_resolve/src

1 file changed

+0
-5
lines changed

compiler/rustc_resolve/src/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,10 +1110,6 @@ pub struct Resolver<'ra, 'tcx> {
11101110
builtin_types_bindings: FxHashMap<Symbol, NameBinding<'ra>>,
11111111
builtin_attrs_bindings: FxHashMap<Symbol, NameBinding<'ra>>,
11121112
registered_tool_bindings: FxHashMap<Ident, NameBinding<'ra>>,
1113-
/// Binding for implicitly declared names that come with a module,
1114-
/// like `self` (not yet used), or `crate`/`$crate` (for root modules).
1115-
module_self_bindings: FxHashMap<Module<'ra>, NameBinding<'ra>>,
1116-
11171113
macro_names: FxHashSet<Ident>,
11181114
builtin_macros: FxHashMap<Symbol, SyntaxExtensionKind>,
11191115
registered_tools: &'tcx RegisteredTools,
@@ -1549,7 +1545,6 @@ impl<'ra, 'tcx> Resolver<'ra, 'tcx> {
15491545
(*ident, binding)
15501546
})
15511547
.collect(),
1552-
module_self_bindings,
15531548
macro_names: FxHashSet::default(),
15541549
builtin_macros: Default::default(),
15551550
registered_tools,

0 commit comments

Comments
 (0)