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 d2c8377 commit 0cc4cceCopy full SHA for 0cc4cce
src/test/ui/rt-explody-panic-payloads.rs
@@ -25,6 +25,6 @@ fn main() {
25
println!("{:#?}", output);
26
let stderr = std::str::from_utf8(&output.stderr);
27
assert!(stderr.map(|v| {
28
- v.ends_with("drop of the panic payload panicked")
+ v.ends_with("fatal runtime error: drop of the panic payload panicked\n")
29
}).unwrap_or(false));
30
}
0 commit comments