Add link to error code explanation RFC
This commit is contained in:
parent
9d4620870c
commit
57564c80e3
1 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
|||
// Error messages for EXXXX errors. Each message should start and end with a
|
||||
// new line, and be wrapped to 80 characters. In vim you can `:set tw=80` and
|
||||
// use `gq` to wrap paragraphs. Use `:set tw=0` to disable.
|
||||
//
|
||||
// /!\ IMPORTANT /!\
|
||||
//
|
||||
// Error messages' format must follow the RFC 1567 available here:
|
||||
// https://github.com/rust-lang/rfcs/pull/1567
|
||||
|
||||
crate::register_diagnostics! {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue