]> git.lizzy.rs Git - rust.git/blob - src/test/ui/panic-handler/panic-handler-bad-signature-4.stderr
Rollup merge of #75837 - GuillaumeGomez:fix-font-color-help-button, r=Cldfire
[rust.git] / src / test / ui / panic-handler / panic-handler-bad-signature-4.stderr
1 error: should have no type parameters
2   --> $DIR/panic-handler-bad-signature-4.rs:9:1
3    |
4 LL | fn panic<T>(pi: &PanicInfo) -> ! {
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8