]> git.lizzy.rs Git - rust.git/blob - tests/debuginfo/embedded-visualizer.natvis
Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0' into sync_cg_clif-2023-01-24
[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>