Typevars cause Option::unwrap()
on a None
value', nac3core/src/codegen/expr.rs:500:51 #229
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#229
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
https://github.com/m-labs/artiq/issues/1207
(This is probably not the right way to use Typevar/Generic, regardless it should not panic)
btw the code is wrong: you should use
Otherwise the type of c0 and c1 will be the same.
still causes the Rust panic at the same spot.
Yes, I'm debugging the issue.