rust-analyzer/crates/project_model/src
Maybe Waffle 662dd7c27d Pass required features to cargo when using run action
When using `F1`->`Rust Analyzer: Run` action on an `example`, pass its
`required-features` to `cargo run`. This allows to run examples that
were otherwise impossible to run with RA.
2022-02-06 19:02:25 +03:00
..
build_scripts.rs Reduce visibility of WorkspaceBuildScripts::run 2021-08-25 18:02:27 +02:00
cargo_workspace.rs Pass required features to cargo when using run action 2022-02-06 19:02:25 +03:00
cfg_flag.rs minor: Add some debug traces for cfg fetching 2022-02-01 13:35:34 +01:00
lib.rs Migrate to edition 2021 2021-10-21 20:10:40 +02:00
manifest_path.rs Migrate to edition 2021 2021-10-21 20:10:40 +02:00
project_json.rs Emit moniker in lsif 2021-11-22 21:29:05 +03:30
rustc_cfg.rs minor: Add some debug traces for cfg fetching 2022-02-01 13:35:34 +01:00
sysroot.rs Use array into_iter in more places 2021-11-04 07:51:20 +02:00
tests.rs Update tests 2022-01-18 18:27:29 +01:00
workspace.rs Don't load auxiliary crates outside the workspace 2022-01-18 18:17:43 +01:00