diff options
Diffstat (limited to 'compiler/rustc_resolve/src/lib.rs')
| -rw-r--r-- | compiler/rustc_resolve/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_resolve/src/lib.rs b/compiler/rustc_resolve/src/lib.rs index dc055355e16..27b45181c9d 100644 --- a/compiler/rustc_resolve/src/lib.rs +++ b/compiler/rustc_resolve/src/lib.rs @@ -1470,7 +1470,6 @@ impl<'a, 'tcx> Resolver<'a, 'tcx> { &*self.metadata_loader, self.local_crate_name, &mut *self.tcx.untracked().cstore.write().untracked_as_any().downcast_mut().unwrap(), - self.tcx.definitions_untracked(), &mut self.used_extern_options, )) } |
