diff options
| author | Michael Goulet <michael@errs.io> | 2024-09-26 23:22:48 -0400 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-09-27 15:43:18 -0400 |
| commit | d753aba3b342a286fbaa198b43154cf7fbe68692 (patch) | |
| tree | 2e73dd6b78cee3487dde9aeb9ce69a9b15cd771f /compiler/rustc_trait_selection/src | |
| parent | 4fb097a5de14399b86dda519e1e597104a15b3b2 (diff) | |
| download | rust-d753aba3b342a286fbaa198b43154cf7fbe68692.tar.gz rust-d753aba3b342a286fbaa198b43154cf7fbe68692.zip | |
Get rid of a_is_expected from ToTrace
Diffstat (limited to 'compiler/rustc_trait_selection/src')
| -rw-r--r-- | compiler/rustc_trait_selection/src/traits/select/mod.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_trait_selection/src/traits/select/mod.rs b/compiler/rustc_trait_selection/src/traits/select/mod.rs index c3042ab9636..dbe05a33328 100644 --- a/compiler/rustc_trait_selection/src/traits/select/mod.rs +++ b/compiler/rustc_trait_selection/src/traits/select/mod.rs @@ -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, ), |
