Skip to content

Commit 11c671b

Browse files
committed
Workaround stage0 bug
1 parent 8b22ed8 commit 11c671b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/middle/expr_use_visitor.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ enum PassArgs {
274274
}
275275

276276
impl<'d,'t,'a,'tcx> ExprUseVisitor<'d,'t,'a,'tcx> {
277-
pub fn new(delegate: &'d mut (Delegate<'tcx>),
277+
pub fn new(delegate: &'d mut (Delegate<'tcx>+'d),
278278
typer: &'t infer::InferCtxt<'a, 'tcx>)
279279
-> ExprUseVisitor<'d,'t,'a,'tcx> where 'tcx:'a+'d
280280
{

0 commit comments

Comments
 (0)