Remove DefId
from EarlyParamRegion
(tedium/diagnostics)
This commit is contained in:
parent
bd6344d829
commit
fe2d7794ca
27 changed files with 266 additions and 157 deletions
|
@ -185,6 +185,7 @@ fn do_normalize_predicates<'tcx>(
|
|||
predicates: Vec<ty::Clause<'tcx>>,
|
||||
) -> Result<Vec<ty::Clause<'tcx>>, ErrorGuaranteed> {
|
||||
let span = cause.span;
|
||||
|
||||
// FIXME. We should really... do something with these region
|
||||
// obligations. But this call just continues the older
|
||||
// behavior (i.e., doesn't cause any new bugs), and it would
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue