]> git.lizzy.rs Git - rust.git/blob - tests/ui/panic-handler/panic-handler-bad-signature-1.stderr
Auto merge of #106458 - albertlarsan68:move-tests, r=jyn514
[rust.git] / tests / ui / panic-handler / panic-handler-bad-signature-1.stderr
1 error: return type should be `!`
2   --> $DIR/panic-handler-bad-signature-1.rs:11:6
3    |
4 LL | ) -> ()
5    |      ^^
6
7 error: argument should be `&PanicInfo`
8   --> $DIR/panic-handler-bad-signature-1.rs:10:11
9    |
10 LL |     info: PanicInfo,
11    |           ^^^^^^^^^
12
13 error: aborting due to 2 previous errors
14