chore(deps): update dependency rust-lang/rust-analyzer to v2026-07-13#227
Merged
Conversation
Contributor
Check & update settingsChecking tag range 2026-07-06..2026-07-13 Changed keys (1){
"procMacro.processes": {
"markdownDescription": "Number of proc-macro server processes to spawn.\n\nControls how many independent `proc-macro-srv` processes rust-analyzer\nruns in parallel to handle macro expansion.",
"default": 2,
"anyOf": [
{
"type": "number",
"minimum": 0,
"maximum": 255
},
{
"type": "string",
"enum": [
"physical"
],
"markdownEnumDescriptions": [
"Use the number of physical cores"
]
}
]
}
}// Number of proc-macro server processes to spawn.
//
// Controls how many independent `proc-macro-srv` processes rust-analyzer
// runs in parallel to handle macro expansion.
"procMacro.processes": 2,All changes in the configuration file--- 2026-07-06
+++ 2026-07-13
@@ -2873,7 +2873,7 @@
"properties": {
"rust-analyzer.procMacro.processes": {
"markdownDescription": "Number of proc-macro server processes to spawn.\n\nControls how many independent `proc-macro-srv` processes rust-analyzer\nruns in parallel to handle macro expansion.",
- "default": 1,
+ "default": 2,
"anyOf": [
{
"type": "number", |
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. |
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-07-06→2026-07-13Release Notes
rust-lang/rust-analyzer (rust-lang/rust-analyzer)
v2026-07-13Compare Source
Commit:
ffcdbbdRelease:
2026-07-13(v0.3.2971)New Features
#22734add quick fix for array length mismatch.Performance Improvements
#22766share same proc macro servers between workspaces and use two processes.Fixes
#22770(first contribution) clampcttzconst eval result to type width.#22654improve#[doc = macro!()]expansion.#22744don't complete..Default::default()when implementingDefault.#22736fix panic inmerge_importson trailing path separator.#22707fix MIR lowering crash with error types.#22749fix crash ingenerate_functionwith unresolved module.#22751handle#[cfg]in tail expression macros even better.#22683support Cargo 1.97CARGO_RESOLVER_LOCKFILE_PATHsetting.#22735fix proc macrosTokenStream::from_strfor doc comments.#22741add parentheses when adding reference todyn 'a + B.#22535prettify associated consts of trait defined by a macro.#22726suggest code action fixes even if their range is elsewhere.#22405recurse into container expressions forunused-must-use.#22768handle$inonEnter.Internal Improvements
#22728remove deadNavigationTarget::docsfield.#22719remove some moreExpandDatabasequeries.#22729migrateExpandDatabase::{expansion_,real_,}span_mapqueries.#22733makeexpand_speculativea method onMacroCallId.#22717simplifyfn_macro::register_builtin!.#22739removeExpandDatabase.#22746removecycle_{fn,initial}support from#[query_group].#22745removeDefDatabase.#22774removeIntern::DatabaseandLookup::Databaseassociated types.#22764useExpr::parseinstead ofSourceFile::parseinast::make.#22748remove unnecessaryclone_for_update.#22581log a message when cache priming completes.#22755support goards inmatch_ast!.#22753bringlsp_server::Responsecloser to the spec.#22635bumpgen-lsp-types.#22750fix new Clippy lints.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.