Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,20 +444,20 @@ Just a few things to keep in mind:
For the action to pick the date, add a special annotation before specifying the date:

```md
<!-- date-check --> Nov 2025
<!-- date-check --> Jul 2026
```

Example:

```md
As of <!-- date-check --> Nov 2025, the foo did the bar.
As of <!-- date-check --> Jul 2026, the foo did the bar.
```

For cases where the date should not be part of the visible rendered output,
use the following instead:

```md
<!-- date-check: Nov 2025 -->
<!-- date-check: Jul 2026 -->
```

- A link to a relevant WG, tracking issue, `rustc` rustdoc page, or similar, that may provide
Expand Down
4 changes: 2 additions & 2 deletions src/diagnostics/translation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<div class="warning">
rustc's current diagnostics translation infrastructure (as of
<!-- date-check --> October 2024
<!-- date-check --> July 2026
) unfortunately causes some friction for compiler contributors, and the current
infrastructure is mostly pending a redesign that better addresses needs of both
compiler contributors and translation teams.
Note that there is no current
active redesign proposals (as of
<!-- date-check --> October 2024
<!-- date-check --> July 2026
Comment on lines 9 to +11
)!

Please see the tracking issue <https://github.com/rust-lang/rust/issues/132181>
Expand Down
Loading