I would like to test what happen when --sysroot is pointing to a non-compatible version.
In this case, rustc should output something like
error[E0514]: found crate `std` compiled by an incompatible version of rustc
We don't have any way to test this behavior, becase there's no alternative sysroot to be used.
I would like to test what happen when
--sysrootis pointing to a non-compatible version.In this case, rustc should output something like
We don't have any way to test this behavior, becase there's no alternative sysroot to be used.