We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19318e6 commit 8987b74Copy full SHA for 8987b74
src/test/debuginfo/pretty-std.rs
@@ -137,8 +137,8 @@
137
// cdb-check: [0x1] : 42 [Type: int]
138
139
// cdb-command: dx vecdeque
140
-// cdb-check:vecdeque : { len=0x2 } [Type: alloc::collections::vec_deque::VecDeque<i32>]
141
-// cdb-check: [<Raw View>] [Type: alloc::collections::vec_deque::VecDeque<i32>]
+// cdb-check:vecdeque : { len=0x2 } [Type: alloc::collections::vec_deque::VecDeque<i32,alloc::alloc::Global>]
+// cdb-check: [<Raw View>] [Type: alloc::collections::vec_deque::VecDeque<i32,alloc::alloc::Global>]
142
// cdb-check: [len] : 0x2
143
// cdb-check: [capacity] : 0x8 [Type: unsigned [...]]
144
// cdb-check: [0x0] : 90 [Type: int]
0 commit comments