rust-lang / rustc_codegen_cranelift

Cranelift based backend for rustc
Apache License 2.0
1.52k stars 94 forks source link

Push up a lot of rustc and cargo references #1340

Closed bjorn3 closed 1 year ago

bjorn3 commented 1 year ago

To make it easier to allow using the specific rustc toolchain built by ./x.py rather than the one specified by rust-toolchain in the future when running as part of rust's CI.

Part of https://github.com/bjorn3/rustc_codegen_cranelift/issues/1290