Fix tidy error
This commit is contained in:
parent
e65c741637
commit
5741dcd1f8
1 changed files with 2 additions and 1 deletions
|
|
@ -579,7 +579,8 @@ impl<'a, 'gcx, 'tcx> ExprUseVisitor<'a, 'gcx, 'tcx> {
|
|||
FnOnceOverloadedCall => self.consume_expr(callee),
|
||||
}
|
||||
} else {
|
||||
self.tcx().sess.delay_span_bug(call.span, "no type-dependent def for overloaded call");
|
||||
self.tcx().sess.delay_span_bug(call.span,
|
||||
"no type-dependent def for overloaded call");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue