Skip to content

Commit 0fd8903

Browse files
committed
---
yaml --- r: 276583 b: refs/heads/try c: 227cc5c h: refs/heads/master i: 276581: 2283903 276579: a8d922c 276575: f7879de
1 parent 052b3ee commit 0fd8903

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 6dbb0e86aec11050480beb76eade6fb805010ba7
33
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
4-
refs/heads/try: 3e7a22e3bcc264ad5d5a601f106f6fb9ad564d8e
4+
refs/heads/try: 227cc5cd263514fb3c8811e70ef3c94d0add04d3
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
77
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try/src/librustc_resolve/resolve_imports.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ impl<'a> ::ModuleS<'a> {
283283

284284
fn define_in_glob_importers(&self, name: Name, ns: Namespace, binding: &'a NameBinding<'a>) {
285285
if !binding.defined_with(DefModifiers::PUBLIC | DefModifiers::IMPORTABLE) { return }
286-
if binding.is_extern_crate() { return }
287286
for &(importer, directive) in self.glob_importers.borrow_mut().iter() {
288287
let _ = importer.try_define_child(name, ns, directive.import(binding, None));
289288
}

0 commit comments

Comments
 (0)