summary refs log tree commit diff
path: root/src/test/ui/panic-handler/panic-handler-bad-signature-3.stderr
blob: c0b39769a49b5be2e0fd0e4272aba42921daed98 (plain)
1
2
3
4
5
6
7
8
error: function should have one argument
  --> $DIR/panic-handler-bad-signature-3.rs:9:1
   |
LL | fn panic() -> ! { //~ ERROR function should have one argument
   | ^^^^^^^^^^^^^^^

error: aborting due to previous error