We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f33c92 commit 1c3921fCopy full SHA for 1c3921f
src/etc/natvis/libcore.natvis
@@ -7,15 +7,15 @@
7
</Expand>
8
</Type>
9
<Type Name="core::cell::Ref<*>">
10
- <DisplayString>{value}</DisplayString>
+ <DisplayString>{value.pointer}</DisplayString>
11
<Expand>
12
- <ExpandedItem>value</ExpandedItem>
+ <ExpandedItem>value.pointer</ExpandedItem>
13
14
15
<Type Name="core::cell::RefMut<*>">
16
17
18
19
20
21
<Type Name="core::cell::RefCell<*>">
0 commit comments