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.
2 parents ed1c459 + 8570b56 commit 96c079aCopy full SHA for 96c079a
lib/AST/RequirementMachine/ConcreteContraction.cpp
@@ -532,7 +532,7 @@ bool ConcreteContraction::performConcreteContraction(
532
//
533
// FIXME: Do we need to check for errors? Right now they're just ignored.
534
SmallVector<Requirement, 4> reqs;
535
- SmallVector<RequirementError> errors;
+ SmallVector<RequirementError, 1> errors;
536
desugarRequirement(*substReq, reqs, errors);
537
for (auto desugaredReq : reqs) {
538
if (Debug) {
0 commit comments