diff options
| author | lcnr <rust@lcnr.de> | 2023-01-13 10:31:29 +0100 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2023-01-27 15:03:01 -0800 |
| commit | ee3c0aa2b7c4adc63e8ab3ba8192d7b408675443 (patch) | |
| tree | b61197742c595cc4efab03f892fd7559d1bed28a /src/doc | |
| parent | 1bb1a47ec3b301619bb39bd24ffe6bffd7465fea (diff) | |
| download | rust-ee3c0aa2b7c4adc63e8ab3ba8192d7b408675443.tar.gz rust-ee3c0aa2b7c4adc63e8ab3ba8192d7b408675443.zip | |
line length
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/solve/canonicalization.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/solve/canonicalization.md b/src/doc/rustc-dev-guide/src/solve/canonicalization.md index b81bc1cea7c..0ad22687fef 100644 --- a/src/doc/rustc-dev-guide/src/solve/canonicalization.md +++ b/src/doc/rustc-dev-guide/src/solve/canonicalization.md @@ -3,6 +3,7 @@ While the exact approach to canonicalization for this solver will differ slightly wrt to lifetimes, please visit [the relevant chalk chapter][chalk] for now. -As of 10<!-- date-check --> January 2023, canonicalization is not yet fully implemented for the solver. +As of 10<!-- date-check --> January 2023, canonicalization is not yet fully implemented +in the new solver. [chalk]: https://rust-lang.github.io/chalk/book/canonical_queries/canonicalization.html#canonicalization \ No newline at end of file |
