chore(deps): update dependency rust-lang/rust-analyzer to v2026-05-11#204
Merged
Conversation
Contributor
|
Following are the settings schema changes between tags Generated LSP-rust-analyzer.sublime-settings Generated sublime-package.json Added keys (1){
"rust-analyzer.completion.addColonsToModule": {
"markdownDescription": "Automatically add `::` when completing the module.\n\nWill not be completed in `use`.",
"default": true,
"type": "boolean"
}
}// Automatically add `::` when completing the module.
//
// Will not be completed in `use`.
"rust-analyzer.completion.addColonsToModule": true,All changes in the configuration file--- 2026-05-04
+++ 2026-05-11
@@ -1269,6 +1269,16 @@
"properties": {
"rust-analyzer.check.workspace": {
"markdownDescription": "Whether `--workspace` should be passed to `cargo check`.\nIf false, `-p <package>` will be passed instead if applicable. In case it is not, no\ncheck will be performed.",
+ "default": true,
+ "type": "boolean"
+ }
+ }
+ },
+ {
+ "title": "Completion",
+ "properties": {
+ "rust-analyzer.completion.addColonsToModule": {
+ "markdownDescription": "Automatically add `::` when completing the module.\n\nWill not be completed in `use`.",
"default": true,
"type": "boolean"
} |
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
rchl
approved these changes
May 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2026-05-04→2026-05-11Release Notes
rust-lang/rust-analyzer (rust-lang/rust-analyzer)
v2026-05-11Compare Source
Commit:
e266f5cRelease:
2026-05-11(v0.3.2896)New Features
#22309,#22334(first contributions) addfunctional-record-update-on-non-structandexpected-array-or-slice-patdiagnostics.#22235,#22326addduplicate-fielddiagnostic.#22292add support for deref patterns.#22259complete::in module paths.Performance Improvements
#22267improve performance of integer-based symbols.#22280cache more things related to lang items.Fixes
#22303(first contribution) keeprefandmutwhen renaming bindings in macro-generated patterns.#22284(first contribution) work around alsp-modeconfiguration bug.#22295(first contribution) use runnable kind to disambiguate between Cargo and shell commands.#22272don't fetch diagnostics until proc macros are loaded.#22198infer anonymous constants instead of signatures.#22237provide anInferCtxttoTyLoweringContext.#22319don't replace closure capture place types with errors if they fail to normalize.#22285unify types inref_matchcompletions.#22275port async block expected type inference fromrustc.#22271port array andrefexpression inference fromrustc.#22299fix derive helper resolution.#22290respect lint attributes for diagnostics that don't set their main node.#22276remove usage ofreferences_errorin upvar inference.#22266fix handling ofselfinlower_coroutine_body_with_moved_arguments.#22318provide source map for the loweredlet self = selfbinding in async functions.#22274add missing lang items for the trait solver.#22282handle#[rustc_reservation_impl = "reason"].#22315add whitespace to postfix completions in macro calls.#22286use cursor position for indentation in postfix completions.#22302don't split..=inprettify_macro_expansion.#22291don't add associated types with defaults inadd_missing_impl_members.#22304don't offertoggle_macro_delimiteron inner braces.Internal Improvements
#22312bumprustccrates.#22269fix nested edits inSyntaxEditor.#22308,#22204migratesplit_importandconvert_closure_to_fnassists toSyntaxEditor.#22261migratemissing_fieldsdiagnostic toSyntaxEditor.#22296migrateimpl Traitcompletions toSyntaxEditor.#22320,#22321,#22323migrate macro expansion toSyntaxEditor.#22310removeSourceChangeBuilder::make_mut.#22307removeted-basedincrease_indentanddecrease_indent.#22256addSyntaxEditorversion ofwrap_in_tree_list.See also the changelog post.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.