File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 77 <Item Name =" [capacity]" ExcludeView =" simple" >buf.cap</Item >
88 <ArrayItems >
99 <Size >len</Size >
10- <ValuePointer >buf.ptr.pointer.__0 </ValuePointer >
10+ <ValuePointer >buf.ptr.pointer</ValuePointer >
1111 </ArrayItems >
1212 </Expand >
1313 </Type >
14- <Type Name =" alloc::vec_deque::VecDeque< *> " >
14+ <Type Name =" alloc::collections:: vec_deque::VecDeque< *> " >
1515 <DisplayString >{{ size={tail < = head ? head - tail : buf.cap - tail + head} }}</DisplayString >
1616 <Expand >
1717 <Item Name =" [size]" ExcludeView =" simple" >tail < = head ? head - tail : buf.cap - tail + head</Item >
2424 <If Condition =" i == head" >
2525 <Break />
2626 </If >
27- <Item >buf.ptr.pointer.__0 + i </Item >
27+ <Item >buf.ptr.pointer[i] </Item >
2828 <Exec >i = (i + 1 == buf.cap ? 0 : i + 1)</Exec >
2929 </Loop >
3030 </CustomListItems >
3131 </Expand >
3232 </Type >
33- <Type Name =" alloc::linked_list::LinkedList< *> " >
33+ <Type Name =" alloc::collections:: linked_list::LinkedList< *> " >
3434 <DisplayString >{{ size={len} }}</DisplayString >
3535 <Expand >
3636 <LinkedListItems >
3737 <Size >len</Size >
38- <HeadPointer >*(alloc::linked_list::Node< $T1> **)& head</HeadPointer >
39- <NextPointer >*(alloc::linked_list::Node< $T1> **)& next</NextPointer >
38+ <HeadPointer >*(alloc::collections:: linked_list::Node< $T1> **)& head</HeadPointer >
39+ <NextPointer >*(alloc::collections:: linked_list::Node< $T1> **)& next</NextPointer >
4040 <ValueNode >element</ValueNode >
4141 </LinkedListItems >
4242 </Expand >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<AutoVisualizer xmlns =" http://schemas.microsoft.com/vstudio/debugger/natvis/2010" >
33 <Type Name =" core::ptr::Unique< *> " >
4- <DisplayString >{{ Unique {* pointer.__0 } }}</DisplayString >
4+ <DisplayString >{{ Unique {pointer} }}</DisplayString >
55 <Expand >
6- <Item Name =" [ptr]" >pointer.__0 </Item >
6+ <Item Name =" [ptr]" >pointer</Item >
77 </Expand >
88 </Type >
99 <Type Name =" core::ptr::Shared< *> " >
10- <DisplayString >{{ Shared {* pointer.__0 } }}</DisplayString >
10+ <DisplayString >{{ Shared {pointer} }}</DisplayString >
1111 <Expand >
12- <Item Name =" [ptr]" >pointer.__0 </Item >
12+ <Item Name =" [ptr]" >pointer</Item >
1313 </Expand >
1414 </Type >
1515 <Type Name =" core::option::Option< *> " >
You can’t perform that action at this time.
0 commit comments