File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -564,10 +564,11 @@ knows that the reason for the failure is caused by unsatisfied _indirect_ constr
564564such as ` Person: Serialize ` . So what we need to do is to make Rust prints out the
565565unsatisfied 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
572573Following are the steps to use the modified Rust compiler:
573574
You can’t perform that action at this time.
0 commit comments