Skip to content

Commit

Permalink
expr_use_visitor: Remove FIXME that is no longer needed (and in fact
Browse files Browse the repository at this point in the history
causes errors, post rebase). Issue rust-lang#27592 is still alive and well,
whatever it is.
  • Loading branch information
nikomatsakis committed Aug 13, 2015
1 parent e1fa00b commit 33200a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustc/middle/expr_use_visitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 33200a3

Please sign in to comment.