about summary refs log tree commit diff
path: root/tests/coverage/branch/lazy-boolean.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-04-16 07:52:07 +0000
committerbors <bors@rust-lang.org>2024-04-16 07:52:07 +0000
commit1179c3ee83eb72508049c78d06c06057c21885a3 (patch)
tree72c7cbd8170de9ad4ea3d5329f2e576a59cd00b8 /tests/coverage/branch/lazy-boolean.rs
parente64610dbbe4183d1e1d25db62e6aed461226f1cd (diff)
parent60d3a7320e3139d5b447f5d54d8ee4f7e0995569 (diff)
downloadrust-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