]> git.lizzy.rs Git - rust.git/commitdiff
expr_use_visitor: Remove FIXME that is no longer needed (and in fact
authorNiko Matsakis <niko@alum.mit.edu>
Thu, 13 Aug 2015 00:59:01 +0000 (20:59 -0400)
committerNiko Matsakis <niko@alum.mit.edu>
Thu, 13 Aug 2015 00:59:01 +0000 (20:59 -0400)
causes errors, post rebase). Issue #27592 is still alive and well,
whatever it is.

src/librustc/middle/expr_use_visitor.rs

index 4e09f9a86329ae9104ac28765b85f0b69ae30c35..e5ee2ca0d4022ba3e1dd38fe554ef09c4a554884 100644 (file)
@@ -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,