]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/rustc-dev-guide/src/queries/query-evaluation-model-in-detail.md
New upstream version 1.65.0+dfsg1
[rustc.git] / src / doc / rustc-dev-guide / src / queries / query-evaluation-model-in-detail.md
index b84a5dac42277b34561f2d249405310f48c9219b..8a08f1e04d65013dc24f8797666bf9f8fe76af2d 100644 (file)
@@ -76,7 +76,7 @@ executed, no results are cached. But the context already provides access to
 "input" data, i.e. pieces of immutable data that were computed before the
 context was created and that queries can access to do their computations.
 
-As of <!-- date: 2021-01 --> January 2021, this input data consists mainly of
+As of <!-- date-check --> January 2021, this input data consists mainly of
 the HIR map, upstream crate metadata, and the command-line options the compiler
 was invoked with; but in the future inputs will just consist of command-line
 options and a list of source files -- the HIR map will itself be provided by a