]> git.lizzy.rs Git - rust.git/blob - tests/ui/panic-handler/panic-handler-bad-signature-2.stderr
Rollup merge of #106726 - cmorin6:fix-comment-typos, r=Nilstrieb
[rust.git] / tests / 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