plugins.rust-tools.server.inlayHints.reborrowHints.enable

Whether to show inlay hints for compiler inserted reborrows. This setting is deprecated in favor of #rust-analyzer.inlayHints.expressionAdjustmentHints.enable#.

Values:

  • always: Always show reborrow hints.
  • never: Never show reborrow hints.
  • mutable: Only show mutable reborrow hints.
"never"

Type: null or one of “always”, “never”, “mutable”

Default: null

Declared by: