Skip to content

Commit f6e1c7d

Browse files
committed
---
yaml --- r: 277247 b: refs/heads/try c: 1e134a4 h: refs/heads/master i: 277245: dbc0c03 277243: 3dfc771 277239: 4031b61 277231: d960a45 277215: 3fee18b 277183: 961e716 277119: 7eaf35e 276991: 2d0dffa
1 parent 5790fac commit f6e1c7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: b01e63009fdae72b2bb2ca1892ef55eede8d80dc
4+
refs/heads/try: 1e134a47d35bb82ccf41338f1c485a479f7807a5
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,8 +664,8 @@ impl<'a, 'b:'a, 'tcx:'b> ImportResolver<'a, 'b, 'tcx> {
664664
return Success(());
665665
}
666666

667-
// Miscellaneous post-processing, including recording reexports, recording shadowed traits,
668-
// reporting conflicts, reporting the PRIVATE_IN_PUBLIC lint, and reporting unresolved imports.
667+
// Miscellaneous post-processing, including recording reexports, reporting conflicts,
668+
// reporting the PRIVATE_IN_PUBLIC lint, and reporting unresolved imports.
669669
fn finalize_resolutions_in(&mut self, module: Module<'b>, report_unresolved_imports: bool) {
670670
// Since import resolution is finished, globs will not define any more names.
671671
*module.globs.borrow_mut() = Vec::new();

0 commit comments

Comments
 (0)