Workaround stage0 bug
This commit is contained in:
parent
8b22ed8651
commit
11c671b59c
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ enum PassArgs {
|
|||
}
|
||||
|
||||
impl<'d,'t,'a,'tcx> ExprUseVisitor<'d,'t,'a,'tcx> {
|
||||
pub fn new(delegate: &'d mut (Delegate<'tcx>),
|
||||
pub fn new(delegate: &'d mut (Delegate<'tcx>+'d),
|
||||
typer: &'t infer::InferCtxt<'a, 'tcx>)
|
||||
-> ExprUseVisitor<'d,'t,'a,'tcx> where 'tcx:'a+'d
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue