We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8319d82 commit f078ef4Copy full SHA for f078ef4
1 file changed
ndc_lib/src/interpreter/resolve.rs
@@ -22,6 +22,7 @@ pub fn resolve_pass(
22
| Expression::Float64Literal(_)
23
| Expression::BigIntLiteral(_)
24
| Expression::ComplexLiteral(_)
25
+ | Expression::Continue
26
| Expression::Break => { /* nothing to do here */ }
27
Expression::Identifier {
28
name: ident,
0 commit comments