Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test involving non-builtin literal suffix
Currently fails: error: invalid width `256` for integer literal --> tests/test.rs:179:16 | 179 | 1 1i32 1u256 | ^^^^^ | = help: valid widths are 8, 16, 32, 64 and 128
- Loading branch information