rust/crates/project_model
Florian Diebold 7d7949b315 Change recommendation when source can't be loaded from sysroot
Since we just tried running `rustup component add`, it doesn't make sense to me
to recommend trying that again. If we're reaching this case, it's probably more
likely that rustc was installed via package manager, in which case the source
should be installed the same way (e.g. if you install the rust-src package on
Ubuntu it will install a symlink in the right place to make our sysroot
detection work).
2020-12-13 13:04:50 +01:00
..
src Change recommendation when source can't be loaded from sysroot 2020-12-13 13:04:50 +01:00
Cargo.toml Use itertools 2020-12-10 19:29:11 +01:00