mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
284483b347
The completion of cfg will look at the enabled cfg keys when performing completion. It will also look crate features when completing a feature cfg option. A fixed list of known values for some cfg options are provided. For unknown keys it will look at the enabled values for that cfg key, which means that completion will only show enabled options for those. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |