about summary refs log tree commit diff
path: root/src/librustc_borrowck/graphviz.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustc_borrowck/graphviz.rs')
-rw-r--r--src/librustc_borrowck/graphviz.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_borrowck/graphviz.rs b/src/librustc_borrowck/graphviz.rs
index a2c9930c0ed..624a95c2906 100644
--- a/src/librustc_borrowck/graphviz.rs
+++ b/src/librustc_borrowck/graphviz.rs
@@ -79,7 +79,7 @@ impl<'a, 'tcx> DataflowLabeller<'a, 'tcx> {
                                         cfgidx: CFGIndex,
                                         dfcx: &DataFlowContext<'a, 'tcx, O>,
                                         mut to_lp: F) -> String where
-        F: FnMut(uint) -> Rc<LoanPath<'tcx>>,
+        F: FnMut(usize) -> Rc<LoanPath<'tcx>>,
     {
         let mut saw_some = false;
         let mut set = "{".to_string();