chore(deps): update rust-analyzer monorepo to v2026-06-08#211
Merged
Conversation
Contributor
Check & update settingsChecking 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": [ |
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-06-01→2026-06-08Release Notes
rust-lang/rust-analyzer (rust-lang/rust-analyzer)
v2026-06-08Compare Source
Commit:
7ea2b25Release:
2026-06-08(v0.3.2929)New Features
#22469(first contribution) addinfer-vars-not-alloweddiagnostic.#22512(first contribution) parse unstable unnamed enum variants.#22448add "Evaluate Predicate" command:597728705-8273a170-caa5-4ab9-8f17-a5cd04944f10.mp4
#22481lower field defaults.#22495usemimallocfor Windows releases.Fixes
#22520don't emit "type annotations needed" errors oninclude_bytes!().#22524parse|pattern types.#22503try to improve completion ranking.#22457dereference LHS in assignments instead of adding&mutintype_mismatchquick fix.#22507hidera@gennewinhaly hints.#22508don't add bothdropandpin_dropinadd_missing_impl_members.#22519don't add unused generic parameters ingenerate_trait_from_impl.#22523handle mutable access better inextract_function.#22506killproc-macro-srvprocesses on shutdown.#22522fix test runnables inrust-project.json.Internal Improvements
#22510simplifymir::ProjectionElemand bring it closer therustcversion.#22533remove AST types fromFoldKind.#22528improve panic message whenFileSourceRootInputis missing.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.