Compiling Rust with GCC: an update
Compiling Rust with GCC: an update
Posted Sep 13, 2022 2:39 UTC (Tue) by mjg59 (subscriber, #23239)In reply to: Compiling Rust with GCC: an update by himi
Parent article: Compiling Rust with GCC: an update
I'd expect rustc built with mrustc to behave differently in various ways (such as plausibly not being correctly memory safe in the face of malformed input), but I'd expect the actual compilation process to be the same? It doesn't really matter, though, since you can just do another round of building rustc and you should have the same assertions around it being trustworthy.
