Ali Bektas

Results 5 issues of Ali Bektas

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

S-waiting-on-author

This is a follow-up PR to #17058. - Parse errors are reflected as such by defining a new variant called `ConfigError::ParseError` - Amend `config::ConfigChange::apply_change`. - User config can be detected...

S-waiting-on-author

#17058 will split configs into these three different classes, yet right now the only way for a user to know to which config type a config belongs is by checking...

C-feature

S-waiting-on-review

``` workspace |-crate1 |-crate2 |-crate3 |_crate4 ``` > crate 2 and 4 have a feature called "example_feature" that i want to enable for RA, so using a workspace setting is...

S-unactionable