Skip to content

Commit 275a333

Browse files
Minor updates.
1 parent 6534e12 commit 275a333

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/0000-debugger-visualizer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,11 +569,11 @@ None.
569569

570570
## Inline Natvis XML fragments via an attribute
571571

572-
Natvis support for Rust could be improved upon by adding support for natvis in source via an attribute. Example:
572+
Debugger visualizer support for Rust could be improved upon by adding support for in-source visualizer definitions via an attribute. Example:
573573

574574
```rust
575575
/// A rectangle in first quadrant
576-
#[dbgvis(
576+
#[debugger-visualizer(
577577
natvis(r#"
578578
<DisplayString>({x},{y}) + ({dx}, {dy})</DisplayString>
579579
<Item Name="LowerLeft">({x}, {y})</Item>

0 commit comments

Comments
 (0)