Update libcore.natvis for Pin.
This commit is contained in:
parent
1ca9300989
commit
5523c87c41
1 changed files with 2 additions and 2 deletions
|
@ -69,9 +69,9 @@
|
|||
</Type>
|
||||
|
||||
<Type Name="core::pin::Pin<*>">
|
||||
<DisplayString>Pin({(void*)__pointer}: {__pointer})</DisplayString>
|
||||
<DisplayString>Pin({(void*)pointer}: {pointer})</DisplayString>
|
||||
<Expand>
|
||||
<ExpandedItem>__pointer</ExpandedItem>
|
||||
<ExpandedItem>pointer</ExpandedItem>
|
||||
</Expand>
|
||||
</Type>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue