Apply suggestions from review
This commit is contained in:
parent
dc050f6d5b
commit
720d7a7a03
11 changed files with 77 additions and 50 deletions
|
@ -189,7 +189,7 @@ fn ensure_drop_predicates_are_implied_by_item_defn<'tcx>(
|
|||
RegionResolutionError::UpperBoundUniverseConflict(a, _, _, _, b) => {
|
||||
format!("{b}: {a}", a = ty::Region::new_var(tcx, a))
|
||||
}
|
||||
RegionResolutionError::CannotNormalize(..) => todo!(),
|
||||
RegionResolutionError::CannotNormalize(..) => unreachable!(),
|
||||
};
|
||||
guar = Some(
|
||||
struct_span_code_err!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue