about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2015-08-12 20:59:01 -0400
committerNiko Matsakis <niko@alum.mit.edu>2015-08-12 20:59:01 -0400
commit33200a369ae1aee29e2bcf2aa67f746ddc5e16cc (patch)
tree0df63819ec229094453846b7e5ac29800e98f92e
parente1fa00bced4c020c7765786d76e2b53c7ae803cd (diff)
downloadrust-33200a369ae1aee29e2bcf2aa67f746ddc5e16cc.tar.gz
rust-33200a369ae1aee29e2bcf2aa67f746ddc5e16cc.zip
expr_use_visitor: Remove FIXME that is no longer needed (and in fact
causes errors, post rebase). Issue #27592 is still alive and well,
whatever it is.
-rw-r--r--src/librustc/middle/expr_use_visitor.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc/middle/expr_use_visitor.rs b/src/librustc/middle/expr_use_visitor.rs
index 4e09f9a8632..e5ee2ca0d40 100644
--- a/src/librustc/middle/expr_use_visitor.rs
+++ b/src/librustc/middle/expr_use_visitor.rs
@@ -274,7 +274,6 @@ impl<'d,'t,'a,'tcx> ExprUseVisitor<'d,'t,'a,'tcx> {
     pub fn new(delegate: &'d mut Delegate<'tcx>,
                typer: &'t infer::InferCtxt<'a, 'tcx>)
                -> ExprUseVisitor<'d,'t,'a,'tcx>
-        where 'tcx: 't // FIXME(#27583) workaround apparent stage0 bug
     {
         ExprUseVisitor {
             typer: typer,