diff options
| author | lcnr <rust@lcnr.de> | 2023-01-27 12:18:36 +0100 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2023-01-27 15:03:01 -0800 |
| commit | 53efc55f78e3485044b708a7a5a91aac3d7f0d34 (patch) | |
| tree | 4a7ac6664e4a8fcac0e2913522f50ee3bfb4c3f4 /src/doc/rustc-dev-guide | |
| parent | 2044c010692fd09362e870ef79140bf418f6311e (diff) | |
| download | rust-53efc55f78e3485044b708a7a5a91aac3d7f0d34.tar.gz rust-53efc55f78e3485044b708a7a5a91aac3d7f0d34.zip | |
update datecheck
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -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 0ad22687fef..e34b13bec2d 100644 --- a/src/doc/rustc-dev-guide/src/solve/canonicalization.md +++ b/src/doc/rustc-dev-guide/src/solve/canonicalization.md @@ -3,7 +3,8 @@ 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 +<!-- date-check: jan 2023 --> +As of 10 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 |
