diff options
Diffstat (limited to '')
-rw-r--r-- | tests/ui/proc-macro/panic-abort.stderr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ui/proc-macro/panic-abort.stderr b/tests/ui/proc-macro/panic-abort.stderr new file mode 100644 index 000000000..a6e18614f --- /dev/null +++ b/tests/ui/proc-macro/panic-abort.stderr @@ -0,0 +1,4 @@ +warning: building proc macro crate with `panic=abort` may crash the compiler should the proc-macro panic + +warning: 1 warning emitted + |