Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3453ba6

Browse files
committedMar 24, 2024
update readme
1 parent 03e9867 commit 3453ba6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
 

‎tests/crashes/122909.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
//@ compile-flags: -Zpolymorphize=on -Zinline-mir=yes
2+
//@ known-bug #12345
3+
24

35
use std::sync::{Arc, Context, Weak};
46

‎tests/crashes/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ or makes rustc crash in some other way.
77
Accepted exit codes are: 101 (may be expanded later)
88

99
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).
10+
issue number should be noted in the file name (12345.rs should suffice)
11+
and perhaps also inside the file via `//@ known-bug #4321`
1112

12-
If you happen to fix one of the crashes, please move it to `tests/ui`! :)
13+
If you happen to fix one of the crashes, please move it to `tests/ui`! :)
1314

0 commit comments

Comments
 (0)
Please sign in to comment.