]> git.lizzy.rs Git - rust.git/blob - src/test/ui/panic-handler/panic-handler-bad-signature-2.stderr
Auto merge of #101030 - woppopo:const_location, r=scottmcm
[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