Skip to content

Commit 537139e

Browse files
committed
Convert the TODO into a FIXME.
1 parent 71cdf76 commit 537139e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)