File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,8 +133,7 @@ or `symbols`.
133
133
Rust has support for embedding Natvis files for crates outside of the standard libraries by
134
134
using the ` #[debugger_visualizer] ` attribute.
135
135
For 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] .
138
137
139
138
## DWARF and ` rustc `
140
139
@@ -352,3 +351,4 @@ but may have to add some mode to let the compiler understand some extensions.
352
351
[ symbol records ] : https://llvm.org/docs/PDB/CodeViewSymbols.html
353
352
[ type records ] : https://llvm.org/docs/PDB/CodeViewTypes.html
354
353
[ 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