mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
![bors[bot]](/assets/img/avatar_default.png)
11424: Pass required features to cargo when using run action r=Veykril a=WaffleLapkin 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. Co-authored-by: Maybe Waffle <waffle.lapkin@gmail.com>