Skip to content

Commit 947d220

Browse files
committed
dates(diagnostics,tests): refresh annotated dates to Aug 2025; preserve local style
1 parent 94f69b4 commit 947d220

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

src/diagnostics/diagnostic-items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ A new diagnostic item can be added with these two steps:
4848
For the naming conventions of diagnostic items, please refer to
4949
[*Naming Conventions*](#naming-conventions).
5050

51-
2. <!-- date-check: Feb 2023 -->
51+
2. <!-- date-check: Aug 2025 -->
5252
Diagnostic items in code are accessed via symbols in
5353
[`rustc_span::symbol::sym`].
5454
To add your newly-created diagnostic item,

src/diagnostics/error-codes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ explanation: new error codes must include them. Note that not all _historical_
1010
The explanations are written in Markdown (see the [CommonMark Spec] for
1111
specifics around syntax), and all of them are linked in the [`rustc_error_codes`]
1212
crate. Please read [RFC 1567] for details on how to format and write long error
13-
codes. As of <!-- date-check --> February 2023, there is an
13+
codes. As of <!-- date-check --> August 2025, there is an
1414
effort[^new-explanations] to replace this largely outdated RFC with a new more
1515
flexible standard.
1616

src/diagnostics/lintstore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ which boils down to a static with type [`&rustc_lint_defs::Lint`]
2121
as the macro is somewhat unwieldy to add new fields to,
2222
like all macros).
2323

24-
As of <!-- date-check --> Aug 2022,
24+
As of <!-- date-check --> Aug 2025,
2525
we lint against direct declarations without the use of the macro.
2626

2727
Lint declarations don't carry any "state" - they are merely global identifiers

src/diagnostics/translation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
<div class="warning">
44
rustc's current diagnostics translation infrastructure (as of
5-
<!-- date-check --> October 2024
5+
<!-- date-check --> August 2025
66
) unfortunately causes some friction for compiler contributors, and the current
77
infrastructure is mostly pending a redesign that better addresses needs of both
88
compiler contributors and translation teams. Note that there is no current
99
active redesign proposals (as of
10-
<!-- date-check --> October 2024
10+
<!-- date-check --> August 2025
1111
)!
1212

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

src/tests/ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs](#modifying-ci-jobs).
2222

2323
## CI workflow
2424

25-
<!-- date-check: Oct 2024 -->
25+
<!-- date-check: Aug 2025 -->
2626

2727
Our CI is primarily executed on [GitHub Actions], with a single workflow defined
2828
in [`.github/workflows/ci.yml`], which contains a bunch of steps that are

src/tests/directives.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ not be exhaustive. Directives can generally be found by browsing the
4242

4343
### Assembly
4444

45-
<!-- date-check: Oct 2024 -->
45+
<!-- date-check: Aug 2025 -->
4646

4747
| Directive | Explanation | Supported test suites | Possible values |
4848
|-------------------|-------------------------------|-----------------------|----------------------------------------|
@@ -113,7 +113,7 @@ for more details.
113113
| `known-bug` | No error annotation needed due to known bug | `ui`, `crashes`, `incremental` | Issue number `#123456` |
114114
| `compare-output-by-lines` | Compare the output by lines, rather than as a single string | All | N/A |
115115

116-
[^check_stdout]: presently <!-- date-check: Oct 2024 --> this has a weird quirk
116+
[^check_stdout]: presently <!-- date-check: Aug 2025 --> this has a weird quirk
117117
where the test binary's stdout and stderr gets concatenated and then
118118
`error-pattern`s are matched on this combined output, which is ??? slightly
119119
questionable to say the least.

src/tests/misc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## `RUSTC_BOOTSTRAP` and stability
44

5-
<!-- date-check: Nov 2024 -->
5+
<!-- date-check: Aug 2025 -->
66

77
This is a bootstrap/compiler implementation detail, but it can also be useful
88
for testing:

0 commit comments

Comments
 (0)