Skip to content

Commit b123ab4

Browse files
emmanuel-ferdmantshepang
authored andcommitted
fix: stabilize debugger_visualizer
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
1 parent 3c5c746 commit b123ab4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/debugging-support-in-rustc.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@ or `symbols`.
133133
Rust has support for embedding Natvis files for crates outside of the standard libraries by
134134
using the `#[debugger_visualizer]` attribute.
135135
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].
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

0 commit comments

Comments
 (0)