Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 6245105

Browse files
authored
this remains true (rust-lang#1620)
1 parent 184818c commit 6245105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/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: Aug 2022 -->
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,

0 commit comments

Comments
 (0)