Formatting
This commit is contained in:
@@ -352,7 +352,9 @@ pub fn solve_constraints(
|
|||||||
TypeOrVar::Function(args2, ret2),
|
TypeOrVar::Function(args2, ret2),
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
tracing::trace!("we transferred CanCastTo to equivalence checks for function types");
|
tracing::trace!(
|
||||||
|
"we transferred CanCastTo to equivalence checks for function types"
|
||||||
|
);
|
||||||
changed_something = true;
|
changed_something = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user