Skip to content

Commit c0030ed

Browse files
committed
---
yaml --- r: 161763 b: refs/heads/master c: 00ca861 h: refs/heads/master i: 161761: a1d02f9 161759: 5b4069d v: v3
1 parent 0e46bca commit c0030ed

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 9aeaaab3347657375e4d20855f8faebb2ab128da
2+
refs/heads/master: 00ca861f9dfcbb5bc9f97d8463885fb04ef4812d
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cafe2966770ff377aad6dd9fd808e68055587c58
55
refs/heads/try: 0f0d21c1eb5c7be04d323e0b06faf252ad790af6

trunk/src/librustc/middle/subst.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,8 +589,7 @@ impl<'a, 'tcx> TypeFolder<'tcx> for SubstFolder<'a, 'tcx> {
589589
// type declarations and other outer declarations, not those
590590
// bound in *fn types*. Region substitution of the bound
591591
// regions that appear in a function signature is done using
592-
// the specialized routine
593-
// `middle::typeck::check::regionmanip::replace_late_regions_in_fn_sig()`.
592+
// the specialized routine `ty::replace_late_regions()`.
594593
match r {
595594
ty::ReEarlyBound(_, space, i, region_name) => {
596595
match self.substs.regions {

0 commit comments

Comments
 (0)