feat: look for try
s on falliable functions with empty error unions
#153
Labels
A-linter
Area - linter and lint rules
C-rule
Category - Lint rule suggestion
good first issue
Good for newcomers
This pathological code compiles when it shouldn't.
We should add a rule checking falliable functions and make sure they do one of the following:
try
Item 3 is not fully doable without a type checker, but we can allow cases that return any function call.
The text was updated successfully, but these errors were encountered: