File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,8 +133,7 @@ or `symbols`.
133133Rust has support for embedding Natvis files for crates outside of the standard libraries by
134134using the ` #[debugger_visualizer] ` attribute.
135135For more details on how to embed debugger visualizers,
136- please refer to the ` #[debugger_visualizer] ` attribute in
137- [ the unstable book] ( https://doc.rust-lang.org/unstable-book/language-features/debugger-visualizer.html ) .
136+ please refer to the section on the [ ` debugger_visualizer ` attribute] .
138137
139138## DWARF and ` rustc `
140139
@@ -352,3 +351,4 @@ but may have to add some mode to let the compiler understand some extensions.
352351[ symbol records ] : https://llvm.org/docs/PDB/CodeViewSymbols.html
353352[ type records ] : https://llvm.org/docs/PDB/CodeViewTypes.html
354353[ Windows Debugging Tools ] : https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/
354+ [ `debugger_visualizer` attribute ] : https://doc.rust-lang.org/nightly/reference/attributes/debugger.html#the-debugger_visualizer-attribute
You can’t perform that action at this time.
0 commit comments