Skip to content

Commit 5668191

Browse files
committed
Workaround stage0 bug
1 parent 9413fc8 commit 5668191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/middle/expr_use_visitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ enum PassArgs {
276276
}
277277

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

0 commit comments

Comments
 (0)