Skip to content

Commit 949b2a3

Browse files
authored
Update mod.rs
1 parent d1bdcbc commit 949b2a3

File tree

1 file changed

+1
-1
lines changed
  • src/librustc/infer/region_inference

1 file changed

+1
-1
lines changed

src/librustc/infer/region_inference/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ pub struct RegionVarBindings<'a, 'gcx: 'a+'tcx, 'tcx: 'a> {
229229
/// bound on a variable and so forth, which can never be rolled
230230
/// back.
231231
undo_log: RefCell<Vec<UndoLogEntry<'tcx>>>,
232-
232+
233233
unification_table: RefCell<UnificationTable<ty::RegionVid>>,
234234

235235
/// This contains the results of inference. It begins as an empty

0 commit comments

Comments
 (0)