merge conflicts

This commit is contained in:
Douglas Creager 2025-09-26 10:29:17 -04:00
parent 502fbeb8da
commit c73995afaa

View file

@ -207,7 +207,7 @@ impl<'db> ConstraintSet<'db> {
upper.top_materialization(db),
),
};
let node = RangeConstraint::new_node(db, lower, typevar, upper);
let node = ConstrainedTypeVar::new_node(db, lower, typevar, upper);
Self { node }
}