about summary refs log tree commit diff
path: root/src/etc
diff options
context:
space:
mode:
authorMara Bos <m-ou.se@m-ou.se>2025-04-17 21:16:58 +0200
committerMara Bos <m-ou.se@m-ou.se>2025-04-17 21:16:58 +0200
commit5523c87c41b357fe3c3047dabf603f18830eeaf8 (patch)
treec4088f1c5de51dc6a1724bc0030d9f574ccc7c34 /src/etc
parent1ca930098911d5059b810b473941a94185cb29ff (diff)
Update libcore.natvis for Pin.
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/natvis/libcore.natvis4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/etc/natvis/libcore.natvis b/src/etc/natvis/libcore.natvis
index 8a441cf2093..8fe87a99989 100644
--- a/src/etc/natvis/libcore.natvis
+++ b/src/etc/natvis/libcore.natvis
@@ -69,9 +69,9 @@
   </Type>
 
   <Type Name="core::pin::Pin&lt;*&gt;">
-    <DisplayString>Pin({(void*)__pointer}: {__pointer})</DisplayString>
+    <DisplayString>Pin({(void*)pointer}: {pointer})</DisplayString>
     <Expand>
-      <ExpandedItem>__pointer</ExpandedItem>
+      <ExpandedItem>pointer</ExpandedItem>
     </Expand>
   </Type>