Skip to content

Commit 6ceb4c2

Browse files
authored
Add link to GitHub issues and pull requests (#17)
1 parent 673301a commit 6ceb4c2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/debugging-techniques.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -564,10 +564,11 @@ knows that the reason for the failure is caused by unsatisfied _indirect_ constr
564564
such as `Person: Serialize`. So what we need to do is to make Rust prints out the
565565
unsatisfied constraints.
566566

567-
We have a fix for this on an [experimental fork](https://github.com/contextgeneric/rust/tree/show-pending-constraints-in-fulfillment-error)
568-
of the Rust compiler. The changes made are roughly 30 lines of code, and we are preparing
569-
to contribute the patch upstream. But until that is merged and stabilized, you can try
570-
to use the custom Rust compiler to debug any CGP error.
567+
This has been reported as [issue #134346](https://github.com/rust-lang/rust/issues/134346)
568+
at the Rust project, with a pending fix available as
569+
[pull request #134348](https://github.com/rust-lang/rust/pull/134348).
570+
But until the patch is merged and stabilized, you can try to use our custom fork of the
571+
Rust compiler to debug any CGP error.
571572

572573
Following are the steps to use the modified Rust compiler:
573574

0 commit comments

Comments
 (0)