We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e9867 commit 02a00fbCopy full SHA for 02a00fb
tests/crashes/122909.rs
@@ -1,4 +1,6 @@
1
//@ compile-flags: -Zpolymorphize=on -Zinline-mir=yes
2
+//@ known-bug #12345
3
+
4
5
use std::sync::{Arc, Context, Weak};
6
tests/crashes/README.md
@@ -7,7 +7,7 @@ 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`! :)
+issue number should be noted in the file name (12345.rs should suffice)
+and perhaps also inside the file via `//@ known-bug #4321`
13
+If you happen to fix one of the crashes, please move it to `tests/ui`! :)
0 commit comments