We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008f9d5 commit c21ffc2Copy full SHA for c21ffc2
src/test/run-pass/atomic-print.rs
@@ -41,7 +41,7 @@ fn main(){
41
match line.chars().next().unwrap() {
42
'1' => assert_eq!(line, "11111"),
43
'2' => assert_eq!(line, "22222"),
44
- _ => panic!("Unexpected character")
+ chr => panic!("unexpected character {:?}", chr)
45
}
46
47
0 commit comments