]> git.lizzy.rs Git - rust.git/blob - tests/ui/panic-handler/panic-handler-bad-signature-2.stderr
check -Z query-dep-graph is enabled if -Z dump-dep-graph (#106736)
[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