mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-14 09:52:23 -07:00
Fix typo
This commit is contained in:
+1
-1
@@ -6892,7 +6892,7 @@ ExprKind check_expr_base_internal(CheckerContext *c, Operand *o, Ast *node, Type
|
||||
}
|
||||
|
||||
if (c->in_defer) {
|
||||
error(rs->token, "'or_return' cannot be used within a defer statement");
|
||||
error(node, "'or_return' cannot be used within a defer statement");
|
||||
}
|
||||
|
||||
return Expr_Expr;
|
||||
|
||||
Reference in New Issue
Block a user