We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30a7174 + dc746be commit b6c5f5dCopy full SHA for b6c5f5d
posts/2023-07-13-Rust-1.71.0.md
@@ -45,7 +45,7 @@ to remain future proof if they need to unwind across the ABI boundary.
45
46
1.71.0 stabilizes support for a new attribute, `#[debug_visualizer(natvis_file
47
= "...")]` and `#[debug_visualizer(gdb_script_file = "...")]`, which allows
48
-embedding Natviz descriptions and GDB scripts into Rust libraries to
+embedding Natvis descriptions and GDB scripts into Rust libraries to
49
improve debugger output when inspecting data structures created by those
50
libraries. Rust itself has packaged similar scripts for some time for the
51
standard library, but this feature makes it possible for library authors to
0 commit comments