diff options
| author | Mara Bos <m-ou.se@m-ou.se> | 2025-04-17 21:16:58 +0200 |
|---|---|---|
| committer | Mara Bos <m-ou.se@m-ou.se> | 2025-04-17 21:16:58 +0200 |
| commit | 5523c87c41b357fe3c3047dabf603f18830eeaf8 (patch) | |
| tree | c4088f1c5de51dc6a1724bc0030d9f574ccc7c34 /src/etc | |
| parent | 1ca930098911d5059b810b473941a94185cb29ff (diff) | |
Update libcore.natvis for Pin.
Diffstat (limited to 'src/etc')
| -rw-r--r-- | src/etc/natvis/libcore.natvis | 4 |
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<*>"> - <DisplayString>Pin({(void*)__pointer}: {__pointer})</DisplayString> + <DisplayString>Pin({(void*)pointer}: {pointer})</DisplayString> <Expand> - <ExpandedItem>__pointer</ExpandedItem> + <ExpandedItem>pointer</ExpandedItem> </Expand> </Type> |
