This commit is contained in:
Douglas Creager 2025-12-14 13:17:41 -05:00
parent e583cb7682
commit bdaf8e5812
1 changed files with 1 additions and 0 deletions

View File

@ -940,6 +940,7 @@ impl<'db> Node<'db> {
}
}
/// Returns the smallest source_order associated with the given constraint.
fn source_order_for(self, db: &'db dyn Db, constraint: ConstrainedTypeVar<'db>) -> usize {
fn walk<'db>(
db: &'db dyn Db,