Skip to content

Commit 33200a3

Browse files
committed
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.
1 parent e1fa00b commit 33200a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc/middle/expr_use_visitor.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ impl<'d,'t,'a,'tcx> ExprUseVisitor<'d,'t,'a,'tcx> {
274274
pub fn new(delegate: &'d mut Delegate<'tcx>,
275275
typer: &'t infer::InferCtxt<'a, 'tcx>)
276276
-> ExprUseVisitor<'d,'t,'a,'tcx>
277-
where 'tcx: 't // FIXME(#27583) workaround apparent stage0 bug
278277
{
279278
ExprUseVisitor {
280279
typer: typer,

0 commit comments

Comments
 (0)