Skip to content

Commit 6a7933d

Browse files
committed
---
yaml --- r: 168766 b: refs/heads/snap-stage3 c: 537139e h: refs/heads/master v: v3
1 parent c47f20e commit 6a7933d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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: 5e21e17d9638d14af41e27e5ca9a21c8a1bc0170
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 71cdf7624054dafebc05ae59cbd6b2a11cd39287
4+
refs/heads/snap-stage3: 537139ee00c3519435998bab45431f10285ec7a7
55
refs/heads/try: 5204084bd2e46af7cc6e0147430e44dd0d657bbb
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/librustc/middle/ty_fold.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pub trait TypeFolder<'tcx> : Sized {
7373
fn fold_binder<T>(&mut self, t: &ty::Binder<T>) -> ty::Binder<T>
7474
where T : TypeFoldable<'tcx> + Repr<'tcx>
7575
{
76-
// TODO this should eventually replace `enter_region_binder`/`exit_region_binder` altogether.
76+
// FIXME(#20526) this should replace `enter_region_binder`/`exit_region_binder`.
7777
super_fold_binder(self, t)
7878
}
7979

0 commit comments

Comments
 (0)