We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d46208 commit 57564c8Copy full SHA for 57564c8
src/librustc_error_codes/error_codes.rs
@@ -1,6 +1,11 @@
1
// Error messages for EXXXX errors. Each message should start and end with a
2
// new line, and be wrapped to 80 characters. In vim you can `:set tw=80` and
3
// use `gq` to wrap paragraphs. Use `:set tw=0` to disable.
4
+//
5
+// /!\ IMPORTANT /!\
6
7
+// Error messages' format must follow the RFC 1567 available here:
8
+// https://github.com/rust-lang/rfcs/pull/1567
9
10
crate::register_diagnostics! {
11
0 commit comments