Skip to content

chore(deps): update rust-analyzer monorepo to v2026-06-08#211

Merged
rchl merged 1 commit into
mainfrom
renovate/rust-analyzer-monorepo
Jun 10, 2026
Merged

chore(deps): update rust-analyzer monorepo to v2026-06-08#211
rchl merged 1 commit into
mainfrom
renovate/rust-analyzer-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
rust-lang/rust-analyzer patch 2026-06-012026-06-08

Release Notes

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

v2026-06-08

Compare Source

Commit: 7ea2b25
Release: 2026-06-08 (v0.3.2929)

New Features

  • #22469 (first contribution) add infer-vars-not-allowed diagnostic.

  • #22512 (first contribution) parse unstable unnamed enum variants.

  • #22448 add "Evaluate Predicate" command:

    597728705-8273a170-caa5-4ab9-8f17-a5cd04944f10.mp4

  • #22481 lower field defaults.

  • #22495 use mimalloc for Windows releases.

Fixes

  • #22520 don't emit "type annotations needed" errors on include_bytes!().
  • #22524 parse | pattern types.
  • #22503 try to improve completion ranking.
  • #22457 dereference LHS in assignments instead of adding &mut in type_mismatch quick fix.
  • #22507 hide ra@gennew inhaly hints.
  • #22508 don't add both drop and pin_drop in add_missing_impl_members.
  • #22519 don't add unused generic parameters in generate_trait_from_impl.
  • #22523 handle mutable access better in extract_function.
  • #22506 kill proc-macro-srv processes on shutdown.
  • #22522 fix test runnables in rust-project.json.

Internal Improvements

  • #22510 simplify mir::ProjectionElem and bring it closer the rustc version.
  • #22533 remove AST types from FoldKind.
  • #22528 improve panic message when FileSourceRootInput is missing.

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 Jun 8, 2026

Copy link
Copy Markdown
Contributor

Check & update settings

Checking tag range 2026-06-01..2026-06-08

All changes in the configuration file
--- 2026-06-01
+++ 2026-06-08
@@ -347,6 +347,11 @@
                 "command": "rust-analyzer.getFailedObligations",
                 "title": "Get Failed Obligations",
                 "category": "rust-analyzer (debug command)"
+            },
+            {
+                "command": "rust-analyzer.evaluatePredicate",
+                "title": "Evaluate Predicate",
+                "category": "rust-analyzer"
             }
         ],
         "keybindings": [
@@ -3864,6 +3869,10 @@
                 {
                     "command": "rust-analyzer.getFailedObligations",
                     "when": "inRustProject"
+                },
+                {
+                    "command": "rust-analyzer.evaluatePredicate",
+                    "when": "inRustProject"
                 }
             ],
             "editor/context": [

@rchl rchl merged commit 543b2a2 into main Jun 10, 2026
1 check passed
@rchl rchl deleted the renovate/rust-analyzer-monorepo branch June 10, 2026 17:23
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