]> git.lizzy.rs Git - rust.git/blob - src/test/ui/panic-handler/panic-handler-bad-signature-3.stderr
Auto merge of #93718 - thomcc:used-macho, r=pnkfelix
[rust.git] / src / test / 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