Disable printing the full type(s) on error for now
This commit is contained in:
parent
87af4686b7
commit
75e0ebc14b
1 changed files with 6 additions and 6 deletions
|
@ -797,12 +797,12 @@ namespace bolt {
|
|||
write("due to an equality constraint on ");
|
||||
write(describe(E.Source->getKind()));
|
||||
write(":\n\n");
|
||||
write(" - left type ");
|
||||
writeType(E.OrigLeft, E.LeftPath);
|
||||
write("\n");
|
||||
write(" - right type ");
|
||||
writeType(E.OrigRight, E.RightPath);
|
||||
write("\n\n");
|
||||
// write(" - left type ");
|
||||
// writeType(E.OrigLeft, E.LeftPath);
|
||||
// write("\n");
|
||||
// write(" - right type ");
|
||||
// writeType(E.OrigRight, E.RightPath);
|
||||
// write("\n\n");
|
||||
writeNode(E.Source);
|
||||
write("\n");
|
||||
// if (E.Left != E.OrigLeft) {
|
||||
|
|
Loading…
Reference in a new issue