This commit is contained in:
Douglas Creager 2025-12-15 10:23:37 -05:00
parent 1dd3cf0e58
commit cba45acd86
1 changed files with 1 additions and 1 deletions

View File

@ -1409,7 +1409,7 @@ impl<'db> Node<'db> {
// We've been tracking the lower and upper bound that the types for this path must // We've been tracking the lower and upper bound that the types for this path must
// satisfy. Pass those bounds along and let the caller choose a representative type // satisfy. Pass those bounds along and let the caller choose a representative type
// from within that range. // from within that range.
f(Some(&current_bounds)); f(Some(current_bounds));
} }
Node::AlwaysFalse => { Node::AlwaysFalse => {