-
Bastian Köcher authored
We can not just use `usize`, because `quote!` converts `let i: usize = 0;` to `0usize` and this is not accepted as field accessor.
This project manages its dependencies using Cargo.
Learn more
We can not just use `usize`, because `quote!` converts `let i: usize = 0;` to `0usize` and this is not accepted as field accessor.