about summary refs log tree commit diff
path: root/library/std/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-08-28 08:13:58 +0200
committerGitHub <noreply@github.com>2023-08-28 08:13:58 +0200
commit9fb586cb520cf1be9aa8e869da864c014fa2d6c2 (patch)
treee7b2a686e457dd9bae2e49a4146771957262a160 /library/std/src
parent81408561e0102a93214f4f5420cece718f4d1093 (diff)
parent776466d6b75f9f08700a4a0d8c7de9638971e414 (diff)
downloadrust-9fb586cb520cf1be9aa8e869da864c014fa2d6c2.tar.gz
rust-9fb586cb520cf1be9aa8e869da864c014fa2d6c2.zip
Rollup merge of #115278 - RalfJung:removed-error-codes, r=GuillaumeGomez
tell people what to do when removing an error code

Currently tidy and CI send developers on a wild goose chase:
- you edit the code
- CI/tidy tells you that an error code is gone, so you remove it from the list
- CI/tidy tells you that the markdown file is stale, so you remove that as well
- CI (but not tidy) tells you not to remove an error description and copy what E0001 does

Let's be nice to people and directly tell them what to do rather than making them follow misleading breadcrumbs.

r? ``@GuillaumeGomez``
Diffstat (limited to 'library/std/src')
0 files changed, 0 insertions, 0 deletions