blob: 362be2fc3b91e86590fa862ca100c430be2efcc6 [file] [log] [blame]
error: `#[panic_implementation]` function should have no type parameters
--> $DIR/panic-implementation-bad-signature-4.rs:20:1
|
LL | / fn panic<T>(pi: &PanicInfo) -> ! {
LL | | //~^ ERROR `#[panic_implementation]` function should have no type parameters
LL | | loop {}
LL | | }
| |_^
error: aborting due to previous error