Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix lifetime elision hint configuration key #11789

Merged
merged 1 commit into from
Mar 22, 2022

Conversation

Veykril
Copy link
Member

@Veykril Veykril commented Mar 22, 2022

This is inconsistent with the other configuration keys unfortunately, but this is an issue of how we structured them here in general.

I feel like we'll have to do a proper pass over all the configs, check them for consistency and then write down some documentation of how our configs should be laid out, then apply fixes to the inconsistencies all at once which will entail breaking some user configurations unfortunately since we won't be able to do proper fallback handling for some of these.

Fixes #11778

bors r+

@bors
Copy link
Contributor

bors bot commented Mar 22, 2022

@bors bors bot merged commit f1dbc2a into rust-lang:master Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The inlayHints_lifetimeElisionHints_useParameterNames config doesn't get passed to the server config struct
1 participant