diff options
| author | bors <bors@rust-lang.org> | 2024-04-16 07:52:07 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-04-16 07:52:07 +0000 |
| commit | 1179c3ee83eb72508049c78d06c06057c21885a3 (patch) | |
| tree | 72c7cbd8170de9ad4ea3d5329f2e576a59cd00b8 /tests/coverage/branch/lazy-boolean.rs | |
| parent | e64610dbbe4183d1e1d25db62e6aed461226f1cd (diff) | |
| parent | 60d3a7320e3139d5b447f5d54d8ee4f7e0995569 (diff) | |
| download | rust-1179c3ee83eb72508049c78d06c06057c21885a3.tar.gz rust-1179c3ee83eb72508049c78d06c06057c21885a3.zip | |
Auto merge of #16639 - alibektas:13529/config_restruct, r=Veykril
internal : redesign rust-analyzer::config This PR aims to cover the infrastructural requirements for the `rust-analyzer.toml` ( #13529 ) issue. This means, that 1. We no longer have a single config base. The once single `ConfigData` has been divided into 4 : A tree of `.ratoml` files, a set of configs coming from the client ( this is what was called before the `CrateData` except that now values do not default to anything when they are not defined) , a set of configs that will reflect what the contents of a `ratoml` file defined in user's config directory ( e.g `~/.config/rust-analyzer/.rust-analyzer.toml` and finally a tree root that is populated by default values only. 2. Configs have also been divided into 3 different blocks : `global` , `local` , `client`. The current status of a config may change until #13529 got merged. Once again many thanks to `@cormacrelf` for doing all the serde work.
Diffstat (limited to 'tests/coverage/branch/lazy-boolean.rs')
0 files changed, 0 insertions, 0 deletions
