79388352

Date: 2025-01-26 10:22:55
Score: 2.5
Natty:
Report link

In a function declaration the return type is specified after the -> It should be clear form the name of the function the intention is to never return. What type should such a function have?

It's the "never" type, see https://doc.rust-lang.org/reference/types/never.html

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: LegacyDev