diff options
| author | lcnr <rust@lcnr.de> | 2023-01-13 10:23:54 +0100 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2023-01-27 15:03:01 -0800 |
| commit | 1bb1a47ec3b301619bb39bd24ffe6bffd7465fea (patch) | |
| tree | 2d91b211fff6ec1522f21304443ab57941a2b636 /src/doc | |
| parent | 6ae25bc9571e7bd8787d90011f5b14040592a15e (diff) | |
| download | rust-1bb1a47ec3b301619bb39bd24ffe6bffd7465fea.tar.gz rust-1bb1a47ec3b301619bb39bd24ffe6bffd7465fea.zip | |
Update src/solve/canonicalization.md
Co-authored-by: Tshepang Mbambo <tshepang@gmail.com>
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/solve/canonicalization.md | 2 |
1 files changed, 1 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 ff8e02f7fc0..b81bc1cea7c 100644 --- a/src/doc/rustc-dev-guide/src/solve/canonicalization.md +++ b/src/doc/rustc-dev-guide/src/solve/canonicalization.md @@ -3,6 +3,6 @@ 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 the 10th January 2023 canonicalization is not yet fully implemented for the solver. +As of 10<!-- date-check --> January 2023, canonicalization is not yet fully implemented for the solver. [chalk]: https://rust-lang.github.io/chalk/book/canonical_queries/canonicalization.html#canonicalization \ No newline at end of file |
