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 aa16ee3 commit 166eb8bCopy full SHA for 166eb8b
tests/ui/proc-macro/panic-abort.rs
@@ -2,4 +2,4 @@
2
//@ force-host
3
//@ check-pass
4
5
-//~? WARN building proc macro crate with `panic=abort` may crash the compiler should the proc-macro panic
+//~? WARN building proc macro crate with `panic=abort` or `panic=immediate-abort` may crash the compiler should the proc-macro panic
tests/ui/proc-macro/panic-abort.stderr
@@ -1,4 +1,4 @@
1
-warning: building proc macro crate with `panic=abort` may crash the compiler should the proc-macro panic
+warning: building proc macro crate with `panic=abort` or `panic=immediate-abort` may crash the compiler should the proc-macro panic
warning: 1 warning emitted
0 commit comments