b0e293bf69
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>