@@ -71,6 +71,11 @@ cargo check --quiet --workspace --message-format=json --all-targets
7171Use `RUSTC_WRAPPER=rust-analyzer`  when running build scripts to
7272avoid checking unnecessary things.
7373-- 
74+ [[rust-analyzer.cargo.cfgs]]rust-analyzer.cargo.cfgs (default: `{}` )::
75+ +
76+ -- 
77+ List of cfg options to enable with the given values.
78+ -- 
7479[[rust-analyzer.cargo.extraArgs]]rust-analyzer.cargo.extraArgs (default: `[]` )::
7580+
7681-- 
@@ -120,7 +125,7 @@ Compilation target override (target triple).
120125[[rust-analyzer.cargo.unsetTest]]rust-analyzer.cargo.unsetTest (default: `["core"]` )::
121126+
122127-- 
123- Unsets `#[cfg(test)]`  for the specified crates.
128+ Unsets the implicit  `#[cfg(test)]`  for the specified crates.
124129-- 
125130[[rust-analyzer.checkOnSave]]rust-analyzer.checkOnSave (default: `true` )::
126131+
@@ -423,11 +428,31 @@ Whether to show keyword hover popups. Only applies when
423428-- 
424429Use markdown syntax for links on hover.
425430-- 
431+ [[rust-analyzer.hover.memoryLayout.alignment]]rust-analyzer.hover.memoryLayout.alignment (default: `"hexadecimal"` )::
432+ +
433+ -- 
434+ How to render the align information in a memory layout hover.
435+ -- 
426436[[rust-analyzer.hover.memoryLayout.enable]]rust-analyzer.hover.memoryLayout.enable (default: `true` )::
427437+
428438-- 
429439Whether to show memory layout data on hover.
430440-- 
441+ [[rust-analyzer.hover.memoryLayout.niches]]rust-analyzer.hover.memoryLayout.niches (default: `false` )::
442+ +
443+ -- 
444+ How to render the niche information in a memory layout hover.
445+ -- 
446+ [[rust-analyzer.hover.memoryLayout.offset]]rust-analyzer.hover.memoryLayout.offset (default: `"hexadecimal"` )::
447+ +
448+ -- 
449+ How to render the offset information in a memory layout hover.
450+ -- 
451+ [[rust-analyzer.hover.memoryLayout.size]]rust-analyzer.hover.memoryLayout.size (default: `"both"` )::
452+ +
453+ -- 
454+ How to render the size information in a memory layout hover.
455+ -- 
431456[[rust-analyzer.imports.granularity.enforce]]rust-analyzer.imports.granularity.enforce (default: `false` )::
432457+
433458-- 
0 commit comments