We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44bd3fe commit 6036f88Copy full SHA for 6036f88
lib/Sema/ConstraintSystem.h
@@ -4187,7 +4187,8 @@ class ConstraintSystem {
4187
/// The set of potential bindings.
4188
SmallVector<PotentialBinding, 4> Bindings;
4189
4190
- /// Whether this type variable is fully bound by one of its constraints.
+ /// Whether these bindings should be delayed until the rest of the
4191
+ /// constraint system is considered "fully bound".
4192
bool FullyBound = false;
4193
4194
/// Whether the bindings of this type involve other type variables.
0 commit comments