mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
11 lines
329 B
XML
11 lines
329 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
|
<Type Name="embedded_visualizer::Line">
|
|
<DisplayString>({a}, {b})</DisplayString>
|
|
<Expand>
|
|
<Item Name="[a]">a</Item>
|
|
<Item Name="[b]">b</Item>
|
|
</Expand>
|
|
</Type>
|
|
</AutoVisualizer>
|