Skip to content

Commit d15d743

Browse files
committed
Add FIXME for apparent stage0 regression
1 parent 91b3e9c commit d15d743

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/librustc/middle/expr_use_visitor.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,9 @@ enum PassArgs {
273273
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>)
276-
-> ExprUseVisitor<'d,'t,'a, 'tcx> {
276+
-> ExprUseVisitor<'d,'t,'a,'tcx>
277+
where 'tcx: 't // FIXME(#27583) workaround apparent stage0 bug
278+
{
277279
ExprUseVisitor {
278280
typer: typer,
279281
mc: mc::MemCategorizationContext::new(typer),

0 commit comments

Comments
 (0)