]> git.lizzy.rs Git - rust.git/blob - tests/debuginfo/auxiliary/dependency-with-embedded-visualizers.natvis
Rollup merge of #106605 - notriddle:notriddle/outdated-rustbook, r=GuillaumeGomez
[rust.git] / tests / debuginfo / auxiliary / dependency-with-embedded-visualizers.natvis
1 <?xml version="1.0" encoding="utf-8"?>
2 <AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
3   <Type Name="dependency_with_embedded_visualizers::Person">
4     <DisplayString>{name} is {age} years old.</DisplayString>
5     <Expand>
6       <Item Name="[name]">name</Item>
7       <Item Name="[age]">age</Item>
8     </Expand>
9   </Type>
10 </AutoVisualizer>