-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
rust-mismatchConfusing mismatch between Garble and RustConfusing mismatch between Garble and Rust
Description
Garble currently disallows trailing commas in tuple types. This is especially confusing when declaring a one element tuple type, which must be done as (ty) instead of (ty,). The former in Rust would actually be equal to just ty (Playground).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
rust-mismatchConfusing mismatch between Garble and RustConfusing mismatch between Garble and Rust