CohenArthur
CohenArthur
sounds like a good idea to me
Note that the behavior happens when running the testcase with a compiler built with `-fsanitize=address` so we must be doing something wrong
I'm gonna move this issue to the other milestone as it's not the most important for compiling libcore - but it is an important libcore functionality. I'll also rename it...
The `Vec` type is not available in `gccrs` because we do not currently link against Rust's standard library.
thanks @sinduku :) assigned!
This triggers an ICE as well so we should definitely fix it
@mvvsmk with the following code: ```rust fn foo() { let a = 15q; } ``` and running `rustc` with `-Z parse-only`, we don't get any error. so the parsing is...
> That's what I said in yesterday's "gccrs weekly" meeting that I'll take care of. +1 Yes! And thank you so much :purple_heart: But I didn't want to just write...
do you think that commit will be merged soon? also, interesting to see that the actual commit was authored in March 2021 :)
that should be fixed now that #2156 has been merged - would you mind trying again @barracuda156 ?