Store marker_rustc_driver
with the toolchain, that it belongs to
#142
Labels
A-driver
Area: Driver or something related to the internal working of a driver.
A-marker-cargo
Area: All things connected to `cargo_marker`
C-enhancement
Category: New feature or request
D-rustc-driver
Driver: Rustc Driver
Milestone
Marker's rustc driver is bound to a specific nightly toolchain version. When running the driver, we need to be certain, that the correct toolchain is used.
The best solution I see right now, would be to use rustup as a proxy like it's used for most tools. This would require:
marker_rustc_driver
marker_rustc_driver
in the correct toolchain folderrustup +<toolchain> which marker_rustc_driver
should work just fine)A project with a
rust-toolchain
file might interfere with this. This needs to be tested.The text was updated successfully, but these errors were encountered: