Skip to content

Commit 5523c87

Browse files
committed
Update libcore.natvis for Pin.
1 parent 1ca9300 commit 5523c87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/etc/natvis/libcore.natvis

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@
6969
</Type>
7070

7171
<Type Name="core::pin::Pin&lt;*&gt;">
72-
<DisplayString>Pin({(void*)__pointer}: {__pointer})</DisplayString>
72+
<DisplayString>Pin({(void*)pointer}: {pointer})</DisplayString>
7373
<Expand>
74-
<ExpandedItem>__pointer</ExpandedItem>
74+
<ExpandedItem>pointer</ExpandedItem>
7575
</Expand>
7676
</Type>
7777

0 commit comments

Comments
 (0)