aiken-lang 1.0.22-alpha

The Aiken compiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
source: crates/aiken-lang/src/parser/expr/assignment.rs
description: "Invalid code (parse error):\n\nlet a =\n// foo\nlet b = 42\n"
---
[
    ParseError {
        kind: UnfinishedAssignmentRightHandSide,
        span: 0..25,
        while_parsing: None,
        expected: {},
        label: Some(
            "invalid assignment right-hand side",
        ),
    },
]