We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af8b74 commit 0d04d71Copy full SHA for 0d04d71
src/solve/caching.md
@@ -101,6 +101,7 @@ TODO: write this :3
101
[^1]: This is overly restrictive: if all nested goal return the overflow response with some
102
availabledepth `n`, then their result should be the same for any depths smaller than `n`.
103
We can implement this optimization in the future.
104
+
105
[chapter on coinduction]: ./coinduction.md
106
[`provisional_result`]: https://github.com/rust-lang/rust/blob/7606c13961ddc1174b70638e934df0439b7dc515/compiler/rustc_trait_selection/src/solve/search_graph.rs#L57
107
[initial-prov-result]: https://github.com/rust-lang/rust/blob/7606c13961ddc1174b70638e934df0439b7dc515/compiler/rustc_trait_selection/src/solve/search_graph.rs#L366-L370
0 commit comments