Muhammad Mahad

Results 7 comments of Muhammad Mahad

This issue was fixed by these PR's: - [x] https://github.com/Rust-GCC/gccrs/pull/2468 - [x] https://github.com/Rust-GCC/gccrs/pull/2480 - [x] https://github.com/Rust-GCC/gccrs/pull/2518 - [x] https://github.com/Rust-GCC/gccrs/pull/2395

- @CohenArthur could you assign me this issue :)

#### First Solution: - When I try to move `struct GTY (()) lang_type` from `rust-tree.h` to `rust-lang.cc`, I get the following error. ``` bash -S ../../gccrs/gcc -I gtyp-input.list -w tmp-gtype.state...

Thank you @thesamesam for helping me in this issue. - Sam, I don't think so they are of same type. - Secondly, I'll work on your provided solution and see...

@CursedSpiderBoi does that sound good to you? I can assign you the issue if you'd like ...

Additionally, there are some mismatches between `rustc` error output and `gccrs` error outputs. I also need to look into that.

Sure. I'll work on that. Also, the test cases in this PR have very different output on rustc (see this: https://godbolt.org/z/MGdE35PPT). So, should I update this PR with only with...