-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Backport of rust-analyzer "Use completion item indices instead of property matching" #132987
Conversation
…ng for the completion item to resolve
|
rust-analyzer is developed in its own repository. If possible, consider making this change to rust-lang/rust-analyzer instead. cc @rust-lang/rust-analyzer |
cc ... @cuviper? |
This probably needs T-release signoff... r? release |
It's fine with me if the team approves, which I assume so since @lnicola is a member. Feel free to Usually we'd go through nominated/accepted labels and then let the release team backport it ourselves, but we don't really have a way to do that labeling for subtree projects. |
[beta] backports - Use completion item indices instead of property matching rust-lang#132987, rust-lang/rust-analyzer#18503 - Reject raw lifetime followed by `'`, like regular lifetimes do rust-lang#132341 - Only disable cache if predicate has opaques within it rust-lang#132625 - rustdoc-search: case-sensitive only when capitals are used rust-lang#133043 r? cuviper
[beta] backports - Use completion item indices instead of property matching rust-lang#132987, rust-lang/rust-analyzer#18503 - Reject raw lifetime followed by `'`, like regular lifetimes do rust-lang#132341 - Only disable cache if predicate has opaques within it rust-lang#132625 - rustdoc-search: case-sensitive only when capitals are used rust-lang#133043 - (ci) Update macOS Xcode to 15 rust-lang#131570 r? cuviper
CC rust-lang/rust-analyzer#18503
CC @SomeoneToIgnore
This fixes a problem that occurs on less-conforming LSP clients like Kate and Emacs
lsp-mode
.r? @traviscross