File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11//@ compile-flags: -Zpolymorphize=on -Zinline-mir=yes
2+ //@ known-bug #12345
3+
24
35use std:: sync:: { Arc , Context , Weak } ;
46
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ or makes rustc crash in some other way.
77Accepted exit codes are: 101 (may be expanded later)
88
99When 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
You can’t perform that action at this time.
0 commit comments