Skip to content

chore(deps): update dependency rust-lang/rust-analyzer to v2026-04-27#202

Merged
rchl merged 8 commits into
mainfrom
renovate/rust-analyzer-monorepo
Apr 28, 2026
Merged

chore(deps): update dependency rust-lang/rust-analyzer to v2026-04-27#202
rchl merged 8 commits into
mainfrom
renovate/rust-analyzer-monorepo

Conversation

@renovate

@renovate renovate Bot commented Apr 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
rust-lang/rust-analyzer minor 2026-03-302026-04-27

Release Notes

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

v2026-04-27

Compare Source

Commit: 8954b66
Release: 2026-04-27 (v0.3.2878)

New Features

  • #21979 rename variables in constructors when renaming a field.

Fixes

  • #22116 (first contribution) mark enum variants as deprecated when parent enum is deprecated.
  • #22101 port call expression type checking and closure upvar inference from rustc.
  • #22107 improve "Go to definition" on comparison operators.
  • #22085 reduce relevance of deprecated items.

Internal Improvements

  • #22054 (first contribution) de-duplicate lints.
  • #22104 don't check solver's cache validity on every access.
  • #22105 migrate wrap_unwrap_cfg_attr assist to SyntaxEditor and replace ast::make with SyntaxFactory in few handlers.
  • #22111 group unstable features in a struct.

See also the changelog post.

v2026-04-20

Compare Source

Commit: adef948
Release: 2026-04-20 (v0.3.2870)

New Features

  • #21906 exclude dependency and standard library results from reference search.
  • #21740 support #[rust_analyzer::prefer_underscore_import] to import traits as _.

Fixes

  • #22031 (first contribution) demote impl completions when an inherent impl block already exists.
  • #22083 (first contribution) respect #[deprecated] when deciding if a ModuleDef completion is deprecated.
  • #22046 (first contribution) add parser support for unstable type const items.
  • #22022 add parser support for impl and mut restrictions.
  • #22096 use ProofTreeVisitor for unsized coercion.
  • #22025 don't add extra dereference after indexing in extract_function.
  • #22044 don't complete unstable items that are gated by an internal feature.
  • #22003 complete variants of hidden enums through public aliases.
  • #21999 fix ref-completion with keyword prefix.
  • #22018 enable completions inside strings in VS Code.
  • #22032 allow ambiguity in associated type shorthands if they resolve to the same associated type from a supertrait.
  • #22087 fix incorrect lifetime hints with self: Self parameter.
  • #22066 recognize #[std::prelude::vX::test].
  • #21487 offer extract_variable in macro calls.
  • #22067 add parentheses on record literals in replace_let_with_if_let.
  • #22030 fix MIR evaluation of sized &T with recursive const functions.
  • #22073 fix panic on empty comments in convert_comment_block.
  • #22077 fix a panic in replace_if_let_with_match.
  • #22055 fixes some upvars_mentioned issues.
  • #22070 handle name conflicts in extract_type_alias a little better.

Internal Improvements

  • #21835 add hir::Type::{as_raw_ptr,is_mutable_raw_ptr}.
  • #22092 synchronize function call argument check fudging with rustc.
  • #22048 bump rustc crates.
  • #22061 bump salsa.
  • #22050 represent lower coroutines to closures.
  • #22049, #22069 store a SyntaxFactory inside SyntaxEditor.
  • #22043, #22095, #22042, #22039 replace ast::make with SyntaxFactory in raw_string, convert_range_for_to_while, expand_glob_import and generate_blanket_trait_impl.
  • #22091, #22036 migrate generate_impl_text and IdentPat::set_pat to SyntaxEditor.
  • #22081 migrate convert_iter_for_each_to_for assist to SyntaxEditor.
  • #22037 remove set_visibility.
  • #22041 remove GenericParamsOwnerEdit.
  • #22057 remove clone_for_update from move_const_to_impl.
  • #22063 remove LineIndexDatabase.
  • #22065 fix new Clippy lints.
  • #22084 slim down MiniCore Debug output.
  • #22074 support RUSTFMT_TOOLCHAIN for xtask codegen.
  • #22029, #22028 run rustdoc GitHub action on PRs.

See also the changelog post.

v2026-04-13

Compare Source

Commit: 7b6e124
Release: 2026-04-13 (v0.3.2862)

New Features

  • #21978 (first contribution) enhance runnable command placeholders.
  • #21964 (first contribution) allow passing extra arguments to cargo metadata.
  • #21012, #21982 complete -> in function return position.

Fixes

  • #21995 (first contribution) don't let Cargo [env] variables override the process ones.
  • #21970, #21968 (first contribution) load Markdown files into the VFS and watch for changes.
  • #21704 (first contribution) load rust-analyzer.toml in virtual workspaces.
  • #21965 improve handling of +#[cfg_attr]+ and +#[cfg]+.
  • #21973 take path context into account in ImportAssets.
  • #21962 fix SyntaxEditor upmapping of nodes with mapped ancestors that aren't mapped themselves.
  • #21981 emit diagnostic for #![cfg]ed out crates.
  • #21977 disable the fix for missing-fields when the fields are private.
  • #22009, #22012 fix spurious import completions in qualified paths with type anchors.
  • #21955 add semicolon for postfix print!-like completions.
  • #21971 check coercion, not unification, in "Fill struct fields".
  • #21953 improve type mismatch "Add Some" fix on block-like expressions.
  • #21952 improve type mismatch fixes inside macro calls.
  • #21920 improve add_missing_match_arms labels.
  • #21957 improve onEnter.
  • #22010 fix rustfmt with relative custom command.
  • #21738 fix stale diagnostics with custom check command.
  • #21969 refrsh workspace when adding a Cargo config.

Internal Improvements

  • #21988, #22011, #21998 add workflow to update generated lints.
  • #21996 migrate extract_struct_from_enum_variant assist to SyntaxEditor.
  • #21993 replace make::trait_ with SyntaxFactory in generate_trait_from_impl.
  • #21997 replace make constructors with SyntaxFactory in generate_single_field_struct_from.
  • #21975 handle token mutability in SyntaxEditor.
  • #21960 move SyntaxEditor precondition handling to its constructor.
  • #21972 remove some redundant clone_subtrees.
  • #21967 derive Clone, Copy, Hash for vfs::ChangeKind.
  • #21963 bump ESLint and TypeScript.
  • #21986 fix RecursiveMemoryLayoutNode field names in the Code extension.
  • #21985 use official npm registry for the Code extension dependencies.

See also the changelog post.

v2026-04-06

Compare Source

Commit: 38fb8f9
Release: 2026-04-06 (v0.3.2854)

Universal VSIX

This release adds a platform-independent VSIX that VS Code will install on platforms where rust-analyzer doesn't offer binaries.
On supported platforms, the extension should keep working as before, but a Code bug might cause it to fail to activate.
If that happens, you should uninstall and reintall the rust-analyzer extension.

New Features

  • #21928 (first contribution) support macro expansion in #[doc = ...] attributes.
  • #19956 implement #[feature(more_qualified_paths)].
  • #21322 add option to put type hints at the end of the line.
  • #19659 add support for folding ranges in chained expressions.
  • #21516 publish universal VSIX without a built-in server binary, for unsupported platforms.

Fixes

  • #21792 (first contribution) make matching_brace work when cursor the cursor is not on a bracket.
  • #21942 (first contribution) silence type mismatch diagnostic when type is unknown.
  • #21924 (first contribution) update Neovim setup instructions.
  • #21915 fix a cycle in bounds lowering.
  • #21935 support #[cfg] on array elements.
  • #21926 handle empty expressions in parameter inlay hints.
  • #21937 wrap guard in parentheses in replace_if_let_with_match.
  • #21938 fix indent in convert_let_else_to_match.
  • #21954 handle empty else block in convert_let_else_to_match.
  • #21951 report "expected type, found {" in parser.
  • #21695 match trait item order in trait_impl_redundant_assoc_item.
  • #21936 handle comma at the end of argument in extract_variable.
  • #21902 support env! completions in nested macro calls.
  • #21903 handle negation in if postfix completion.
  • #20864 fix naming of self parameter in extract_function.
  • #21919 support labels in convert_to_guarded_return.
  • #21912 support tail expressions in convert_to_guarded_return.
  • #21940 support multiple snippet placeholders in VS Code extension.
  • #21921 unconditionally pass --include-ignored for test runnables.
  • #21922 use the correct project root when there are multiple workspaces.
  • #21844 support file systems that don't send Create events.
  • #21881 fix missing argument error messages for sched_getaffinity and getenv shims.

Internal Improvements

  • #21944 remove RootQueryDb.
  • #21931 move node mutability handling to edit_algo.
  • #21886 replace make constructors with SyntaxFactory in gen_trait_fn_body.
  • #21930 refactor add_missing_impl_members to use more of SyntaxFactory.
  • #21909 allow disabling fixture support.
  • #21933 ensure tracing is configured in slow tests.
  • #21806 document when crate cycles can occur.
  • #21923 set VS Code extension kind explicitly.
  • #21916 bump @vscode/vsce and ovsx.

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 Apr 6, 2026

Copy link
Copy Markdown
Contributor

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

Added keys (3)
{
  "rust-analyzer.cargo.metadataExtraArgs": {
    "markdownDescription": "Extra arguments passed only to `cargo metadata`, not to other cargo invocations.\nUseful for flags like `--config` that `cargo metadata` supports.",
    "default": [],
    "type": "array",
    "items": {
      "type": "string"
    }
  },
  "rust-analyzer.disableFixtureSupport": {
    "markdownDescription": "Disable support for `#[rust_analyzer::rust_fixture]` snippets.\n\nIf you are not working on rust-analyzer itself, you should ignore this config.",
    "default": false,
    "type": "boolean"
  },
  "rust-analyzer.inlayHints.typeHints.location": {
    "markdownDescription": "Where to render type hints relative to their binding pattern.",
    "default": "inline",
    "type": "string",
    "enum": [
      "inline",
      "end_of_line"
    ],
    "markdownEnumDescriptions": [
      "Render type hints directly after the binding identifier.",
      "Render type hints after the end of the containing `let` statement when possible."
    ]
  }
}
// Extra arguments passed only to `cargo metadata`, not to other cargo invocations.
// Useful for flags like `--config` that `cargo metadata` supports.
"rust-analyzer.cargo.metadataExtraArgs": [],

// Disable support for `#[rust_analyzer::rust_fixture]` snippets.
//
// If you are not working on rust-analyzer itself, you should ignore this config.
"rust-analyzer.disableFixtureSupport": false,

// Where to render type hints relative to their binding pattern.
"rust-analyzer.inlayHints.typeHints.location": "inline",
Changed keys (3)
{
  "rust-analyzer.runnables.bench.overrideCommand": {
    "markdownDescription": "Override the command used for bench runnables.\nThe first element of the array should be the program to execute (for example, `cargo`).\n\nUse the placeholders:\n- `${package}`: package name.\n- `${target_arg}`: target option such as `--bin`, `--test`, `--lib`, etc.\n- `${target}`: target name (empty for `--lib`).\n- `${test_name}`: the test path filter, e.g. `module::bench_func`.\n- `${exact}`: `--exact` for single benchmarks, empty for modules.\n- `${include_ignored}`: always empty for benchmarks.\n- `${executable_args}`: all of the above binary args bundled together\n    (includes `rust-analyzer.runnables.extraTestBinaryArgs`).",
    "default": null,
    "type": [
      "null",
      "array"
    ],
    "items": {
      "type": "string"
    }
  },
  "rust-analyzer.runnables.doctest.overrideCommand": {
    "markdownDescription": "Override the command used for doc-test runnables.\nThe first element of the array should be the program to execute (for example, `cargo`).\n\nUse the placeholders:\n- `${package}`: package name.\n- `${target_arg}`: target option such as `--bin`, `--test`, `--lib`, etc.\n- `${target}`: target name (empty for `--lib`).\n- `${test_name}`: the test path filter, e.g. `module::func`.\n- `${exact}`: always empty for doc-tests.\n- `${include_ignored}`: always empty for doc-tests.\n- `${executable_args}`: all of the above binary args bundled together\n    (includes `rust-analyzer.runnables.extraTestBinaryArgs`).",
    "default": null,
    "type": [
      "null",
      "array"
    ],
    "items": {
      "type": "string"
    }
  },
  "rust-analyzer.runnables.test.overrideCommand": {
    "markdownDescription": "Override the command used for test runnables.\nThe first element of the array should be the program to execute (for example, `cargo`).\n\nAvailable placeholders:\n- `${package}`: package name.\n- `${target_arg}`: target option such as `--bin`, `--test`, `--lib`, etc.\n- `${target}`: target name (empty for `--lib`).\n- `${test_name}`: the test path filter, e.g. `module::test_func`.\n- `${exact}`: `--exact` for single tests, empty for modules.\n- `${include_ignored}`: `--include-ignored` for single tests, empty otherwise.\n- `${executable_args}`: all of the above binary args bundled together\n    (includes `rust-analyzer.runnables.extraTestBinaryArgs`).",
    "default": null,
    "type": [
      "null",
      "array"
    ],
    "items": {
      "type": "string"
    }
  }
}
// Override the command used for bench runnables.
// The first element of the array should be the program to execute (for example, `cargo`).
//
// Use the placeholders:
// - `${package}`: package name.
// - `${target_arg}`: target option such as `--bin`, `--test`, `--lib`, etc.
// - `${target}`: target name (empty for `--lib`).
// - `${test_name}`: the test path filter, e.g. `module::bench_func`.
// - `${exact}`: `--exact` for single benchmarks, empty for modules.
// - `${include_ignored}`: always empty for benchmarks.
// - `${executable_args}`: all of the above binary args bundled together
//     (includes `rust-analyzer.runnables.extraTestBinaryArgs`).
"rust-analyzer.runnables.bench.overrideCommand": null,

// Override the command used for doc-test runnables.
// The first element of the array should be the program to execute (for example, `cargo`).
//
// Use the placeholders:
// - `${package}`: package name.
// - `${target_arg}`: target option such as `--bin`, `--test`, `--lib`, etc.
// - `${target}`: target name (empty for `--lib`).
// - `${test_name}`: the test path filter, e.g. `module::func`.
// - `${exact}`: always empty for doc-tests.
// - `${include_ignored}`: always empty for doc-tests.
// - `${executable_args}`: all of the above binary args bundled together
//     (includes `rust-analyzer.runnables.extraTestBinaryArgs`).
"rust-analyzer.runnables.doctest.overrideCommand": null,

// Override the command used for test runnables.
// The first element of the array should be the program to execute (for example, `cargo`).
//
// Available placeholders:
// - `${package}`: package name.
// - `${target_arg}`: target option such as `--bin`, `--test`, `--lib`, etc.
// - `${target}`: target name (empty for `--lib`).
// - `${test_name}`: the test path filter, e.g. `module::test_func`.
// - `${exact}`: `--exact` for single tests, empty for modules.
// - `${include_ignored}`: `--include-ignored` for single tests, empty otherwise.
// - `${executable_args}`: all of the above binary args bundled together
//     (includes `rust-analyzer.runnables.extraTestBinaryArgs`).
"rust-analyzer.runnables.test.overrideCommand": null,
All changes in the schema
--- 2026-03-30
+++ 2026-04-27
@@ -31,6 +31,9 @@
         "vscode": "^1.93.0"
     },
     "enabledApiProposals": [],
+    "extensionKind": [
+        "workspace"
+    ],
     "scripts": {
         "vscode:prepublish": "npm run build-base -- --minify",
         "package": "vsce package -o rust-analyzer.vsix",
@@ -54,8 +57,8 @@
         "vscode-languageclient": "^9.0.1"
     },
     "devDependencies": {
-        "@eslint/js": "^9.21.0",
-        "@stylistic/eslint-plugin": "^4.1.0",
+        "@eslint/js": "^10.0.1",
+        "@stylistic/eslint-plugin": "^5.10.0",
         "@stylistic/eslint-plugin-js": "^4.1.0",
         "@tsconfig/strictest": "^2.0.5",
         "@types/lodash": "^4.17.20",
@@ -64,16 +67,16 @@
         "@typescript-eslint/eslint-plugin": "^8.25.0",
         "@typescript-eslint/parser": "^8.25.0",
         "@vscode/test-electron": "^2.4.1",
-        "@vscode/vsce": "^3.6.0",
+        "@vscode/vsce": "^3.7.1",
         "esbuild": "^0.25.0",
-        "eslint": "^9.21.0",
-        "eslint-config-prettier": "^10.0.2",
+        "eslint": "^10.2.0",
+        "eslint-config-prettier": "^10.1.8",
         "eslint-define-config": "^2.1.0",
-        "ovsx": "0.10.1",
-        "prettier": "^3.5.2",
+        "ovsx": "0.10.10",
+        "prettier": "^3.8.1",
         "tslib": "^2.8.1",
-        "typescript": "^5.7.3",
-        "typescript-eslint": "^8.25.0"
+        "typescript": "^6.0.2",
+        "typescript-eslint": "^8.58.0"
     },
     "activationEvents": [
         "workspaceContains:Cargo.toml",
@@ -987,6 +990,19 @@
                                 }
                             }
                         ]
+                    }
+                }
+            },
+            {
+                "title": "Cargo",
+                "properties": {
+                    "rust-analyzer.cargo.metadataExtraArgs": {
+                        "markdownDescription": "Extra arguments passed only to `cargo metadata`, not to other cargo invocations.\nUseful for flags like `--config` that `cargo metadata` supports.",
+                        "default": [],
+                        "type": "array",
+                        "items": {
+                            "type": "string"
+                        }
                     }
                 }
             },
@@ -1592,6 +1608,16 @@
                 }
             },
             {
+                "title": "rust-analyzer",
+                "properties": {
+                    "rust-analyzer.disableFixtureSupport": {
+                        "markdownDescription": "Disable support for `#[rust_analyzer::rust_fixture]` snippets.\n\nIf you are not working on rust-analyzer itself, you should ignore this config.",
+                        "default": false,
+                        "type": "boolean"
+                    }
+                }
+            },
+            {
                 "title": "Document",
                 "properties": {
                     "rust-analyzer.document.symbol.search.excludeLocals": {
@@ -2498,6 +2524,24 @@
                         "markdownDescription": "Hide inlay type hints for constructors.",
                         "default": false,
                         "type": "boolean"
+                    }
+                }
+            },
+            {
+                "title": "Inlay Hints",
+                "properties": {
+                    "rust-analyzer.inlayHints.typeHints.location": {
+                        "markdownDescription": "Where to render type hints relative to their binding pattern.",
+                        "default": "inline",
+                        "type": "string",
+                        "enum": [
+                            "inline",
+                            "end_of_line"
+                        ],
+                        "enumDescriptions": [
+                            "Render type hints directly after the binding identifier.",
+                            "Render type hints after the end of the containing `let` statement when possible."
+                        ]
                     }
                 }
             },
@@ -2865,7 +2909,7 @@
                 "title": "Runnables",
                 "properties": {
                     "rust-analyzer.runnables.bench.overrideCommand": {
-                        "markdownDescription": "Override the command used for bench runnables.\nThe first element of the array should be the program to execute (for example, `cargo`).\n\nUse the placeholders `${package}`, `${target_arg}`, `${target}`, `${executable_args}` to dynamically\nreplace the package name, target option (such as `--bin` or `--example`), the target name and\nthe arguments passed to test binary args (includes `rust-analyzer.runnables.extraTestBinaryArgs`).",
+                        "markdownDescription": "Override the command used for bench runnables.\nThe first element of the array should be the program to execute (for example, `cargo`).\n\nUse the placeholders:\n- `${package}`: package name.\n- `${target_arg}`: target option such as `--bin`, `--test`, `--lib`, etc.\n- `${target}`: target name (empty for `--lib`).\n- `${test_name}`: the test path filter, e.g. `module::bench_func`.\n- `${exact}`: `--exact` for single benchmarks, empty for modules.\n- `${include_ignored}`: always empty for benchmarks.\n- `${executable_args}`: all of the above binary args bundled together\n    (includes `rust-analyzer.runnables.extraTestBinaryArgs`).",
                         "default": null,
                         "type": [
                             "null",
@@ -2894,7 +2938,7 @@
                 "title": "Runnables",
                 "properties": {
                     "rust-analyzer.runnables.doctest.overrideCommand": {
-                        "markdownDescription": "Override the command used for bench runnables.\nThe first element of the array should be the program to execute (for example, `cargo`).\n\nUse the placeholders `${package}`, `${target_arg}`, `${target}`, `${executable_args}` to dynamically\nreplace the package name, target option (such as `--bin` or `--example`), the target name and\nthe arguments passed to test binary args (includes `rust-analyzer.runnables.extraTestBinaryArgs`).",
+                        "markdownDescription": "Override the command used for doc-test runnables.\nThe first element of the array should be the program to execute (for example, `cargo`).\n\nUse the placeholders:\n- `${package}`: package name.\n- `${target_arg}`: target option such as `--bin`, `--test`, `--lib`, etc.\n- `${target}`: target name (empty for `--lib`).\n- `${test_name}`: the test path filter, e.g. `module::func`.\n- `${exact}`: always empty for doc-tests.\n- `${include_ignored}`: always empty for doc-tests.\n- `${executable_args}`: all of the above binary args bundled together\n    (includes `rust-analyzer.runnables.extraTestBinaryArgs`).",
                         "default": null,
                         "type": [
                             "null",
@@ -2948,7 +2992,7 @@
                 "title": "Runnables",
                 "properties": {
                     "rust-analyzer.runnables.test.overrideCommand": {
-                        "markdownDescription": "Override the command used for test runnables.\nThe first element of the array should be the program to execute (for example, `cargo`).\n\nUse the placeholders `${package}`, `${target_arg}`, `${target}`, `${executable_args}` to dynamically\nreplace the package name, target option (such as `--bin` or `--example`), the target name and\nthe arguments passed to test binary args (includes `rust-analyzer.runnables.extraTestBinaryArgs`).",
+                        "markdownDescription": "Override the command used for test runnables.\nThe first element of the array should be the program to execute (for example, `cargo`).\n\nAvailable placeholders:\n- `${package}`: package name.\n- `${target_arg}`: target option such as `--bin`, `--test`, `--lib`, etc.\n- `${target}`: target name (empty for `--lib`).\n- `${test_name}`: the test path filter, e.g. `module::test_func`.\n- `${exact}`: `--exact` for single tests, empty for modules.\n- `${include_ignored}`: `--include-ignored` for single tests, empty otherwise.\n- `${executable_args}`: all of the above binary args bundled together\n    (includes `rust-analyzer.runnables.extraTestBinaryArgs`).",
                         "default": null,
                         "type": [
                             "null",
@@ -3252,6 +3296,13 @@
             }
         ],
         "configurationDefaults": {
+            "[rust]": {
+                "editor.quickSuggestions": {
+                    "other": true,
+                    "comments": false,
+                    "strings": true
+                }
+            },
             "explorer.fileNesting.patterns": {
                 "Cargo.toml": "Cargo.lock"
             }

Full settings and schema JSONs are available as an artifact

@renovate renovate Bot force-pushed the renovate/rust-analyzer-monorepo branch from 2b5f148 to c830dfd Compare April 13, 2026 08:49
@renovate renovate Bot changed the title chore(deps): update dependency rust-lang/rust-analyzer to v2026-04-06 chore(deps): update dependency rust-lang/rust-analyzer to v2026-04-13 Apr 13, 2026
@renovate renovate Bot force-pushed the renovate/rust-analyzer-monorepo branch from c830dfd to 3629fe2 Compare April 20, 2026 10:51
@renovate renovate Bot changed the title chore(deps): update dependency rust-lang/rust-analyzer to v2026-04-13 chore(deps): update dependency rust-lang/rust-analyzer to v2026-04-20 Apr 20, 2026
@renovate renovate Bot force-pushed the renovate/rust-analyzer-monorepo branch from 3629fe2 to 6a834f6 Compare April 27, 2026 08:34
@renovate renovate Bot changed the title chore(deps): update dependency rust-lang/rust-analyzer to v2026-04-20 chore(deps): update dependency rust-lang/rust-analyzer to v2026-04-27 Apr 27, 2026
@renovate

renovate Bot commented Apr 28, 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 4a08acc into main Apr 28, 2026
1 check passed
@rchl rchl deleted the renovate/rust-analyzer-monorepo branch April 28, 2026 17:26
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