blob: 3a5fc76efbbd4158ea565c589cb8ad93734f55cc [file] [log] [blame]
error: should have no type parameters
--> $DIR/panic-handler-bad-signature-4.rs:9:1
|
LL | / fn panic<T>(pi: &PanicInfo) -> ! {
LL | |
LL | | loop {}
LL | | }
| |_^
error: aborting due to previous error