Get rid of a_is_expected from ToTrace
This commit is contained in:
parent
4fb097a5de
commit
d753aba3b3
2 changed files with 36 additions and 112 deletions
|
@ -2598,7 +2598,6 @@ impl<'tcx> SelectionContext<'_, 'tcx> {
|
|||
DefineOpaqueTypes::Yes,
|
||||
ToTrace::to_trace(
|
||||
&obligation.cause,
|
||||
true,
|
||||
hr_target_principal,
|
||||
hr_source_principal,
|
||||
),
|
||||
|
@ -2638,7 +2637,6 @@ impl<'tcx> SelectionContext<'_, 'tcx> {
|
|||
DefineOpaqueTypes::Yes,
|
||||
ToTrace::to_trace(
|
||||
&obligation.cause,
|
||||
true,
|
||||
hr_target_projection,
|
||||
hr_source_projection,
|
||||
),
|
||||
|
@ -2669,7 +2667,6 @@ impl<'tcx> SelectionContext<'_, 'tcx> {
|
|||
DefineOpaqueTypes::Yes,
|
||||
ToTrace::to_trace(
|
||||
&obligation.cause,
|
||||
true,
|
||||
hr_target_projection,
|
||||
hr_source_projection,
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue