pass statement support #10
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#10
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Using
pass
fails withthread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: "Unsupported statement type"', nac3standalone/src/main.rs:72:35
Supported now in
20905a9b67
?@ychenfo
I do not think so, I think it is related here. The fix should be trivial, though, just add a case of
pass
statement here?I tried to fix it in the latest commit in
1c170f5c41
. It seems ok now.