We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde3111 commit 7a10c9dCopy full SHA for 7a10c9d
tests/compile-fail/abort-terminator.rs
@@ -1,4 +1,5 @@
1
// error-pattern: the evaluated program aborted
2
+// ignored-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 @@
+
struct Foo;
impl Drop for Foo {
6
fn drop(&mut self) {
0 commit comments