]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/rustc-dev-guide/src/bug-fix-procedure.md
Update upstream source from tag 'upstream/1.70.0+dfsg1'
[rustc.git] / src / doc / rustc-dev-guide / src / bug-fix-procedure.md
index 2f5e2471672536764ad36806a99e0532d2000c37..e69ce48f95370989c581723bea5446b3b4b5d6e3 100644 (file)
@@ -1,4 +1,4 @@
-# Rustc Bug Fix Procedure
+# Procedures for Breaking Changes
 
 <!-- toc -->
 
@@ -169,6 +169,13 @@ there were no errors before.
 
 #### Crater and crates.io
 
+[Crater] is a bot that will compile all crates.io crates and many
+public github repos with the compiler with your changes. A report will then be
+generated with crates that ceased to compile with or began to compile with your
+changes. Crater runs can take a few days to complete.
+
+[Crater]: ./tests/crater.md
+
 We should always do a crater run to assess impact. It is polite and considerate
 to at least notify the authors of affected crates the breaking change. If we can
 submit PRs to fix the problem, so much the better.