rust-analyzer/crates/project_model/src
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
..
cargo_workspace.rs Use itertools 2020-12-10 19:29:11 +01:00
cfg_flag.rs Rename ra_project_model -> project_model 2020-08-13 12:05:30 +02:00
lib.rs Move tricky workspace logic to a separate module 2020-11-13 16:44:48 +01:00
project_json.rs Support Display name in project.json 2020-10-20 17:13:15 +02:00
sysroot.rs Change recommendation when source can't be loaded from sysroot 2020-12-13 13:04:50 +01:00
workspace.rs Remove some redundant allocations 2020-12-12 12:27:09 -05:00