]> git.lizzy.rs Git - rust.git/blob - tests/debuginfo/embedded-visualizer.natvis
Merge commit '1d8491b120223272b13451fc81265aa64f7f4d5b' into sync-from-rustfmt
[rust.git] / tests / debuginfo / embedded-visualizer.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::Line">
4     <DisplayString>({a}, {b})</DisplayString>
5     <Expand>
6       <Item Name="[a]">a</Item>
7       <Item Name="[b]">b</Item>
8     </Expand>
9   </Type>
10 </AutoVisualizer>