fix: stabilize debugger_visualizer

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
Emmanuel Ferdman 2023-08-13 17:57:32 +03:00 committed by Tshepang Mbambo
parent de8154335f
commit cd25260483
1 changed files with 2 additions and 2 deletions

View File

@ -133,8 +133,7 @@ or `symbols`.
Rust has support for embedding Natvis files for crates outside of the standard libraries by Rust has support for embedding Natvis files for crates outside of the standard libraries by
using the `#[debugger_visualizer]` attribute. using the `#[debugger_visualizer]` attribute.
For more details on how to embed debugger visualizers, For more details on how to embed debugger visualizers,
please refer to the `#[debugger_visualizer]` attribute in please refer to the section on the [`debugger_visualizer` attribute].
[the unstable book](https://doc.rust-lang.org/unstable-book/language-features/debugger-visualizer.html).
## DWARF and `rustc` ## DWARF and `rustc`
@ -352,3 +351,4 @@ but may have to add some mode to let the compiler understand some extensions.
[symbol records]: https://llvm.org/docs/PDB/CodeViewSymbols.html [symbol records]: https://llvm.org/docs/PDB/CodeViewSymbols.html
[type records]: https://llvm.org/docs/PDB/CodeViewTypes.html [type records]: https://llvm.org/docs/PDB/CodeViewTypes.html
[Windows Debugging Tools]: https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/ [Windows Debugging Tools]: https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/
[`debugger_visualizer` attribute]: https://doc.rust-lang.org/nightly/reference/attributes/debugger.html#the-debugger_visualizer-attribute