We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca9300 commit 5523c87Copy full SHA for 5523c87
src/etc/natvis/libcore.natvis
@@ -69,9 +69,9 @@
69
</Type>
70
71
<Type Name="core::pin::Pin<*>">
72
- <DisplayString>Pin({(void*)__pointer}: {__pointer})</DisplayString>
+ <DisplayString>Pin({(void*)pointer}: {pointer})</DisplayString>
73
<Expand>
74
- <ExpandedItem>__pointer</ExpandedItem>
+ <ExpandedItem>pointer</ExpandedItem>
75
</Expand>
76
77
0 commit comments