mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #60443 from amritpan/improve-solver-step-printing
[ConstraintSystem] Improve solver step printing in the type inference algorithm debug output
This commit is contained in:
@@ -626,7 +626,7 @@ public:
|
||||
|
||||
/// Print the type variable to the given output stream.
|
||||
void print(llvm::raw_ostream &OS);
|
||||
|
||||
|
||||
private:
|
||||
StringRef getTypeVariableOptions(TypeVariableOptions TVO) const {
|
||||
#define ENTRY(Kind, String) case TypeVariableOptions::Kind: return String
|
||||
|
||||
Reference in New Issue
Block a user