CohenArthur
CohenArthur
> hehe sorry this was my bad ~~ no worries it's not a problem :D
We should also add methods to get the string representation of said formats from integers, such as `15.bin()` -> `"0xF"`
We also have to add an error when declaring an identifier with the correct start chars, so `0x`, `0b`, `0o`... which could be an error in the identifier function
Waiting for David's opinion but happy to merge this
Note that we might want to merge this once stage1 opens again @antoyo, as these aren't changes to `gcc/rust/` and might require GCC maintainer approval. Or we can ask if...
> @CohenArthur: I thought we were in stage 1 until November 18? Yes, but that is only in 14 days - given how long it usually takes to get reviews...
Yes will do @antoyo!
This no longer ICEs, but it compiles without producing an error - changing the title
I fixed the formatting and rebased the PR. if reviewers are happy with the changes we should merge this :)
Ah, I think the test failures might be due to the execute testsuite running but not linking with ASAN? this is something that happens to me when I do local...