File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
src/doc/rustc-dev-guide/src Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff 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 : Aug 2025 - ->
51+ 2 . <! -- date - check : Feb 2023 - ->
5252 Diagnostic items in code are accessed via symbols in
5353 [`rustc_span :: symbol :: sym `].
5454 To add your newly - created diagnostic item ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ explanation: new error codes must include them. Note that not all _historical_
1010The explanations are written in Markdown (see the [ CommonMark Spec] for
1111specifics around syntax), and all of them are linked in the [ ` rustc_error_codes ` ]
1212crate. Please read [ RFC 1567] for details on how to format and write long error
13- codes. As of <!-- date-check --> August 2025 , there is an
13+ codes. As of <!-- date-check --> February 2023 , there is an
1414effort[ ^ new-explanations ] to replace this largely outdated RFC with a new more
1515flexible standard.
1616
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ which boils down to a static with type [`&rustc_lint_defs::Lint`]
2121as the macro is somewhat unwieldy to add new fields to,
2222like all macros).
2323
24- As of <!-- date-check --> Aug 2025 ,
24+ As of <!-- date-check --> Aug 2022 ,
2525we lint against direct declarations without the use of the macro.
2626
2727Lint declarations don't carry any "state" - they are merely global identifiers
Original file line number Diff line number Diff line change 22
33<div class =" warning " >
44rustc's current diagnostics translation infrastructure (as of
5- <!-- date-check --> August 2025
5+ <!-- date-check --> October 2024
66) unfortunately causes some friction for compiler contributors, and the current
77infrastructure is mostly pending a redesign that better addresses needs of both
88compiler contributors and translation teams. Note that there is no current
99active redesign proposals (as of
10- <!-- date-check --> August 2025
10+ <!-- date-check --> October 2024
1111)!
1212
1313Please see the tracking issue < https://github.com/rust-lang/rust/issues/132181 >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ jobs](#modifying-ci-jobs).
2222
2323## CI workflow
2424
25- <!-- date-check: Aug 2025 -->
25+ <!-- date-check: Oct 2024 -->
2626
2727Our CI is primarily executed on [ GitHub Actions] , with a single workflow defined
2828in [ ` .github/workflows/ci.yml ` ] , which contains a bunch of steps that are
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ not be exhaustive. Directives can generally be found by browsing the
4242
4343### Assembly
4444
45- <!-- date-check: Aug 2025 -->
45+ <!-- date-check: Oct 2024 -->
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: Aug 2025 --> this has a weird quirk
116+ [ ^ check_stdout ] : presently <!-- date-check: Oct 2024 --> 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.
Original file line number Diff line number Diff line change 22
33## ` RUSTC_BOOTSTRAP ` and stability
44
5- <!-- date-check: Aug 2025 -->
5+ <!-- date-check: Nov 2024 -->
66
77This is a bootstrap/compiler implementation detail, but it can also be useful
88for testing:
You can’t perform that action at this time.
0 commit comments