diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2017-06-04 18:16:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-04 18:16:24 +0200 |
| commit | 949b2a3f847292a12172a67c9be3cc3b73f2d5c0 (patch) | |
| tree | e2e32c8f67d53ca25e35f9e7ec175cea64da7fdf | |
| parent | d1bdcbc8e50ed09740af8e855b87639512a5358c (diff) | |
| download | rust-949b2a3f847292a12172a67c9be3cc3b73f2d5c0.tar.gz rust-949b2a3f847292a12172a67c9be3cc3b73f2d5c0.zip | |
Update mod.rs
| -rw-r--r-- | src/librustc/infer/region_inference/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/infer/region_inference/mod.rs b/src/librustc/infer/region_inference/mod.rs index 0bf9007b178..f62470fab72 100644 --- a/src/librustc/infer/region_inference/mod.rs +++ b/src/librustc/infer/region_inference/mod.rs @@ -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 |
