]> git.lizzy.rs Git - rust.git/blob - tests/debuginfo/embedded-visualizer-point.natvis
Rollup merge of #106625 - Swatinem:ref/cov6, r=nagisa
[rust.git] / tests / debuginfo / embedded-visualizer-point.natvis
1 <?xml version="1.0" encoding="utf-8"?>
2 <AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
3   <Type Name="embedded_visualizer::point::Point">
4     <DisplayString>({x}, {y})</DisplayString>
5     <Expand>
6       <Item Name="[x]">x</Item>
7       <Item Name="[y]">y</Item>
8     </Expand>
9   </Type>
10 </AutoVisualizer>