thepowersgang / mrustc

Alternative rust compiler (re-implementation)
MIT License
2.18k stars 109 forks source link

Add missing includes for GCC >= 13, Clang #305

Closed orowith2os closed 1 year ago

orowith2os commented 1 year ago

Just one of some patches needed to ensure Rust builds with newer GCC and Clang, the other patches involve modifying the rust source code itself.

orowith2os commented 1 year ago

Oh, this includes the -j stuff I tried but failed with. That shouldn't be there.