Last active
August 23, 2025 00:29
-
-
Save yehezkieldio/0a93051e4a29abc516467b52b2739319 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| `$fn` where { | |
| $fn <: `try { $body } catch($err) { $catchBody }`, | |
| register_diagnostic( | |
| span = $fn, | |
| message = "Try-catch blocks are disallowed. Consult project guidelines for the expected error handling approach." | |
| ) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment