1. Skepticism about performance
“It is very unlikely that it would be faster.” — adastra22
The discussion repeatedly points out that beating the speed of the main Rust compiler (Rustc) is improbable.
2. Bootstrapping & trustworthy compilation
“This could be used within bootstrappable.org projects to make bootstrappability of Rust incredibly much easier…” — imustaskforhelp
“This was done with mrustc, which produced byte‑identical output.” — steveklabnik
Participants highlight the potential to use the transpiler in diverse‑double‑compiling experiments that verify a compiler’s output bit‑for‑bit, strengthening trust in the toolchain.
3. Interest in legacy/obscure hardware & general enthusiasm
“The primary goal of this is support for old/obscure hardware with no LLVM/GCC support.” — cadwhisker
“I heartily approve of this project. Kudos.” — groos
The community is excited by the prospect of targeting platforms that lack modern compiler support and appreciates the novelty of rewriting Rust in C.