Update mod.rs

This commit is contained in:
bjorn3 2017-06-04 18:16:24 +02:00 committed by GitHub
parent d1bdcbc8e5
commit 949b2a3f84
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ pub struct RegionVarBindings<'a, 'gcx: 'a+'tcx, 'tcx: 'a> {
/// bound on a variable and so forth, which can never be rolled
/// back.
undo_log: RefCell<Vec<UndoLogEntry<'tcx>>>,
unification_table: RefCell<UnificationTable<ty::RegionVid>>,
/// This contains the results of inference. It begins as an empty