frontend 0.4.1

rustc's frontend with no LLVM and no std: parsing through MIR, as a library
1
2
3
4
5
# The toolchain that builds this library: the house compiler, stable. No nightly, no
# RUSTC_BOOTSTRAP, no unstable feature. This is just a library.
[toolchain]
channel = "1.97.1"
profile = "minimal"