error: function should have one argument --> $DIR/panic-implementation-bad-signature-3.rs:20:1 | LL | / fn panic() -> ! { //~ ERROR function should have one argument LL | | loop {} LL | | } | |_^ error: aborting due to previous error