]> git.lizzy.rs Git - rust.git/blob - tests/ui/panic-handler/panic-handler-bad-signature-4.stderr
Auto merge of #106458 - albertlarsan68:move-tests, r=jyn514
[rust.git] / tests / 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