Skip to content

Commit 1c3921f

Browse files
committed
Read the Ref/RefMut pointer in natvis
1 parent 1f33c92 commit 1c3921f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/etc/natvis/libcore.natvis

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
</Expand>
88
</Type>
99
<Type Name="core::cell::Ref&lt;*&gt;">
10-
<DisplayString>{value}</DisplayString>
10+
<DisplayString>{value.pointer}</DisplayString>
1111
<Expand>
12-
<ExpandedItem>value</ExpandedItem>
12+
<ExpandedItem>value.pointer</ExpandedItem>
1313
</Expand>
1414
</Type>
1515
<Type Name="core::cell::RefMut&lt;*&gt;">
16-
<DisplayString>{value}</DisplayString>
16+
<DisplayString>{value.pointer}</DisplayString>
1717
<Expand>
18-
<ExpandedItem>value</ExpandedItem>
18+
<ExpandedItem>value.pointer</ExpandedItem>
1919
</Expand>
2020
</Type>
2121
<Type Name="core::cell::RefCell&lt;*&gt;">

0 commit comments

Comments
 (0)