Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use syn::Index for indexing tuple structs
quote generates a TokenStream with a suffix for integers (e.g. 0usize). Suffixes are not allowed for indexing tuples. See rust-lang/rust#59553
- Loading branch information