Files
Usman Akinyemi fc7fa89eb3 Don't suggest semicolon after if expression closing brace
When a type mismatch occurs inside an if expression, the compiler
incorrectly suggests adding a semicolon after the closing brace.
This doesn't fix the error. The fix excludes all if expressions
from the suggest_semicolon_at_end suggestion in coercion.rs.

Signed-off-by: Usman Akinyemi <usmanakinyemi202@gmail.com>
2026-05-31 04:04:30 +05:30
..