Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Mar 24, 2024
1 parent 03e9867 commit 02a00fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions tests/crashes/122909.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
//@ compile-flags: -Zpolymorphize=on -Zinline-mir=yes
//@ known-bug #12345


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

Expand Down
6 changes: 3 additions & 3 deletions tests/crashes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ or makes rustc crash in some other way.
Accepted exit codes are: 101 (may be expanded later)

When adding crashes from https://github.com/rust-lang/rust/issues, the
issue number should be noted in the file name (12345.rs should suffice).

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`

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

0 comments on commit 02a00fb

Please sign in to comment.