Skip to content

Commit e827b0a

Browse files
JohnTitorcamelid
authored andcommitted
Update some date refs
1 parent 043e60f commit e827b0a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

src/contributing.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -443,12 +443,12 @@ Just a few things to keep in mind:
443443
Try to format the date as `<MONTH> <YEAR>` to ease search.
444444

445445
- Additionally, include a machine-readable comment of the form `<!-- date:
446-
2021-10 -->` (if the current month is October 2021). We have an automated
446+
2022-04 -->` (if the current month is April 2022). We have an automated
447447
tool that uses these (in `ci/date-check`).
448448

449-
So, for the month of January 2021, the comment would look like: `As of <!--
450-
date: 2021-10 --> October 2021`. Make sure to put the comment *between* `as of`
451-
and `October 2021`; see [PR #1066][rdg#1066] for the rationale.
449+
So, for the month of April 2022, the comment would look like: `As of <!--
450+
date: 2022-04 --> April 2022`. Make sure to put the comment *between* `as of`
451+
and `April 2022`; see [PR #1066][rdg#1066] for the rationale.
452452

453453
- A link to a relevant WG, tracking issue, `rustc` rustdoc page, or similar, that may provide
454454
further explanation for the change process or a way to verify that the information is not

src/conventions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Formatting is checked by the `tidy` script. It runs automatically when you do
2121

2222
If you want to use format-on-save in your editor, the pinned version of
2323
`rustfmt` is built under `build/<target>/stage0/bin/rustfmt`. You'll have to
24-
pass the <!-- date: 2021-09 --> `--edition=2021` argument yourself when calling
24+
pass the <!-- date: 2022-04 --> `--edition=2021` argument yourself when calling
2525
`rustfmt` directly.
2626

2727
[fmt]: https://github.com/rust-dev-tools/fmt-rfcs

src/salsa.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ want to watch [Salsa In More
99
Depth](https://www.youtube.com/watch?v=i_IhACacPRY), also by Niko
1010
Matsakis.
1111

12-
> As of <!-- date: 2021-07 --> July 2021, although Salsa is inspired by
12+
> As of <!-- date: 2022-04 --> April 2022, although Salsa is inspired by
1313
> (among other things) rustc's query system, it is not used directly in rustc.
1414
> It _is_ used in chalk and extensively in `rust-analyzer`, but there are no
1515
> medium or long-term concrete plans to integrate it into the compiler.

src/thir.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The THIR ("Typed High-Level Intermediate Representation"), previously called HAIR for
66
"High-Level Abstract IR", is another IR used by rustc that is generated after
7-
[type checking]. It is (as of <!-- date: 2021-08 --> August 2021) only used for
7+
[type checking]. It is (as of <!-- date: 2022-04 --> April 2022) only used for
88
[MIR construction] and [exhaustiveness checking]. There is also
99
[an experimental unsafety checker][thir-unsafeck] that operates on the THIR as a replacement for
1010
the current MIR unsafety checker, and can be used instead of the MIR unsafety checker by passing

0 commit comments

Comments
 (0)