rust/tests/ui/panic-handler/panic-handler-bad-signature-4.stderr
2023-01-11 09:32:08 +00:00

8 lines
209 B
Text

error: should have no type parameters
--> $DIR/panic-handler-bad-signature-4.rs:9:1
|
LL | fn panic<T>(pi: &PanicInfo) -> ! {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error