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.
This commit is contained in:
Niko Matsakis 2015-08-12 20:59:01 -04:00
parent e1fa00bced
commit 33200a369a
1 changed files with 0 additions and 1 deletions

View 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,