]> git.lizzy.rs Git - rust.git/blob - tests/ui/panic-handler/panic-handler-bad-signature-3.stderr
Rollup merge of #105172 - alexs-sh:issue-98861-fix-next, r=scottmcm
[rust.git] / tests / ui / panic-handler / panic-handler-bad-signature-3.stderr
1 error: function should have one argument
2   --> $DIR/panic-handler-bad-signature-3.rs:9:1
3    |
4 LL | fn panic() -> ! {
5    | ^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8