We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9271e41 commit 03e9867Copy full SHA for 03e9867
tests/crashes/README.md
@@ -0,0 +1,13 @@
1
+This is serves as a collection of crashes so that accidental ICE fixes are tracked.
2
+This was formally done at https://github.com/rust-lang/glacier but doing it inside
3
+the rustc testsuite is more convenient.
4
+
5
+It is imperative that a test in the suite causes an internal compiler error/panic
6
+or makes rustc crash in some other way.
7
+Accepted exit codes are: 101 (may be expanded later)
8
9
+When adding crashes from https://github.com/rust-lang/rust/issues, the
10
+issue number should be noted in the file name (12345.rs should suffice).
11
12
+If you happen to fix one of the crashes, please move it to `tests/ui`! :)
13
0 commit comments