diff options
| author | Michael Goulet <michael@errs.io> | 2025-05-26 08:36:17 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2025-05-26 08:48:19 +0000 |
| commit | 9d742eea252f25a7b6719618cc154074dba16063 (patch) | |
| tree | f64340bdd22c935a29e8feffa0b428ec22e44a5c /compiler/rustc_trait_selection/src/solve/delegate.rs | |
| parent | 3efd885927958ec8af33fbd1fa2da3d62bbae108 (diff) | |
| download | rust-9d742eea252f25a7b6719618cc154074dba16063.tar.gz rust-9d742eea252f25a7b6719618cc154074dba16063.zip | |
Rename
Diffstat (limited to 'compiler/rustc_trait_selection/src/solve/delegate.rs')
| -rw-r--r-- | compiler/rustc_trait_selection/src/solve/delegate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_trait_selection/src/solve/delegate.rs b/compiler/rustc_trait_selection/src/solve/delegate.rs index e66d1c04127..eea311fe66e 100644 --- a/compiler/rustc_trait_selection/src/solve/delegate.rs +++ b/compiler/rustc_trait_selection/src/solve/delegate.rs @@ -76,7 +76,7 @@ impl<'tcx> rustc_next_trait_solver::delegate::SolverDelegate for SolverDelegate< Some(HasChanged::No) } ty::PredicateKind::Clause(ty::ClauseKind::TypeOutlives(outlives)) => { - self.0.type_outlives_predicate_with_cause( + self.0.register_type_outlives_constraint( outlives.0, outlives.1, &ObligationCause::dummy_with_span(span), |
