]> git.lizzy.rs Git - rust.git/blob - src/test/ui/panic-handler/panic-handler-bad-signature-2.stderr
Auto merge of #86155 - alexcrichton:abort-on-unwind, r=nikomatsakis
[rust.git] / src / test / ui / panic-handler / panic-handler-bad-signature-2.stderr
1 error: argument should be `&PanicInfo`
2   --> $DIR/panic-handler-bad-signature-2.rs:10:11
3    |
4 LL |     info: &'static PanicInfo,
5    |           ^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8