Skip to content

chore(deps): update dependency rust-lang/rust-analyzer to v2026-05-11#204

Merged
rchl merged 6 commits into
mainfrom
renovate/rust-analyzer-monorepo
May 14, 2026
Merged

chore(deps): update dependency rust-lang/rust-analyzer to v2026-05-11#204
rchl merged 6 commits into
mainfrom
renovate/rust-analyzer-monorepo

Conversation

@renovate

@renovate renovate Bot commented May 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
rust-lang/rust-analyzer patch 2026-05-042026-05-11

Release Notes

rust-lang/rust-analyzer (rust-lang/rust-analyzer)

v2026-05-11

Compare Source

Commit: e266f5c
Release: 2026-05-11 (v0.3.2896)

New Features

  • #22309, #22334 (first contributions) add functional-record-update-on-non-struct and expected-array-or-slice-pat diagnostics.
  • #22235, #22326 add duplicate-field diagnostic.
  • #22292 add support for deref patterns.
  • #22259 complete :: in module paths.

Performance Improvements

  • #22267 improve performance of integer-based symbols.
  • #22280 cache more things related to lang items.

Fixes

  • #22303 (first contribution) keep ref and mut when renaming bindings in macro-generated patterns.
  • #22284 (first contribution) work around a lsp-mode configuration bug.
  • #22295 (first contribution) use runnable kind to disambiguate between Cargo and shell commands.
  • #22272 don't fetch diagnostics until proc macros are loaded.
  • #22198 infer anonymous constants instead of signatures.
  • #22237 provide an InferCtxt to TyLoweringContext.
  • #22319 don't replace closure capture place types with errors if they fail to normalize.
  • #22285 unify types in ref_match completions.
  • #22275 port async block expected type inference from rustc.
  • #22271 port array and ref expression inference from rustc.
  • #22299 fix derive helper resolution.
  • #22290 respect lint attributes for diagnostics that don't set their main node.
  • #22276 remove usage of references_error in upvar inference.
  • #22266 fix handling of self in lower_coroutine_body_with_moved_arguments.
  • #22318 provide source map for the lowered let self = self binding in async functions.
  • #22274 add missing lang items for the trait solver.
  • #22282 handle #[rustc_reservation_impl = "reason"].
  • #22315 add whitespace to postfix completions in macro calls.
  • #22286 use cursor position for indentation in postfix completions.
  • #22302 don't split ..= in prettify_macro_expansion.
  • #22291 don't add associated types with defaults in add_missing_impl_members.
  • #22304 don't offer toggle_macro_delimiter on inner braces.

Internal Improvements

  • #22312 bump rustc crates.
  • #22269 fix nested edits in SyntaxEditor.
  • #22308, #22204 migrate split_import and convert_closure_to_fn assists to SyntaxEditor.
  • #22261 migrate missing_fields diagnostic to SyntaxEditor.
  • #22296 migrate impl Trait completions to SyntaxEditor.
  • #22320, #22321, #22323 migrate macro expansion to SyntaxEditor.
  • #22310 remove SourceChangeBuilder::make_mut.
  • #22307 remove ted-based increase_indent and decrease_indent.
  • #22256 add SyntaxEditor version of wrap_in_tree_list.

See also the changelog post.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

github-actions Bot commented May 11, 2026

Copy link
Copy Markdown
Contributor

Following are the settings schema changes between tags 2026-05-04 and 2026-05-11. Make sure that those are reflected in the package settings and sublime-package.json.

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"
                     }

@renovate

renovate Bot commented May 13, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

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

⚠️ Warning: custom changes will be lost.

@rchl rchl merged commit ae16e52 into main May 14, 2026
@rchl rchl deleted the renovate/rust-analyzer-monorepo branch May 14, 2026 17:01
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.

1 participant