]> git.lizzy.rs Git - rust.git/blob - src/test/debuginfo/msvc-embedded-natvis.natvis
Rollup merge of #97317 - GuillaumeGomez:gui-settings-text-click, r=jsha
[rust.git] / src / test / debuginfo / msvc-embedded-natvis.natvis
1 <?xml version="1.0" encoding="utf-8"?>
2 <AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
3   <Type Name="msvc_embedded_natvis::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
11   <Type Name="msvc_embedded_natvis::Line">
12     <DisplayString>({a}, {b})</DisplayString>
13     <Expand>
14       <Item Name="[a]">a</Item>
15       <Item Name="[b]">b</Item>
16     </Expand>
17   </Type>
18 </AutoVisualizer>