@notgull One thing the post doesn't really explain is why it matters how "late in the process" Rust shows up.
> So if you wanted to use Rust at any point before C++ is introduced, you’re out of luck.
>
> So, for me, it would be really nice if there was a Rust compiler that could be bootstrapped from C.
Are you working on something else that requires Rust, which you'd like to have available earlier in bootstrapping? Do you just want to be able to "cut off" bootstrapping entirely before C++?
@BatmanAoD Yeah, I have plans which require Rust to be available early on in the process.