We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde3111 commit 5c09047Copy full SHA for 5c09047
tests/compile-fail/abort-terminator.rs
@@ -1,4 +1,5 @@
1
// error-pattern: the evaluated program aborted
2
+// ignore-windows (panics dont work on Windows)
3
#![feature(unwind_attributes)]
4
5
#[unwind(aborts)]
tests/compile-fail/double_panic.rs renamed to tests/compile-fail/panic/double_panic.rs
@@ -1,4 +1,6 @@
- // error-pattern: the evaluated program aborted
+// error-pattern: the evaluated program aborted
+
struct Foo;
impl Drop for Foo {
6
fn drop(&mut self) {
0 commit comments