location information missing from error when attempting to create dict #167

Closed
opened 2022-01-13 21:30:22 +08:00 by sb10q · 0 comments
def run() -> int32:
    foo = {}
    return 0
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: "not supported yet"', nac3standalone/src/main.rs:224:35
```python def run() -> int32: foo = {} return 0 ``` ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: "not supported yet"', nac3standalone/src/main.rs:224:35 ```
sb10q closed this issue 2022-01-14 12:11:48 +08:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/nac3#167
There is no content yet.