Skip to content

Commit 4320ed4

Browse files
---
yaml --- r: 63774 b: refs/heads/snap-stage3 c: 6a30941 h: refs/heads/master v: v3
1 parent 5d3caad commit 4320ed4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: fb3e17b93a7a9824459ca9a7fb0d8a638016f6fa
4+
refs/heads/snap-stage3: 6a3094159fc50c062e55e76379b402b4a5d5270d
55
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/test/debug-info/basic-types.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
// check:$2 = -1
2727
// debugger:print c
2828
// check:$3 = 97
29-
// debugger:print i8
30-
// check:$4 = 68 'D'
29+
// debugger:print/d i8
30+
// check:$4 = 68
3131
// debugger:print i16
3232
// check:$5 = -16
3333
// debugger:print i32
@@ -36,8 +36,8 @@
3636
// check:$7 = -64
3737
// debugger:print u
3838
// check:$8 = 1
39-
// debugger:print u8
40-
// check:$9 = 100 'd'
39+
// debugger:print/d u8
40+
// check:$9 = 100
4141
// debugger:print u16
4242
// check:$10 = 16
4343
// debugger:print u32

branches/snap-stage3/src/test/debug-info/simple-tuple.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
// debugger:run
1717
// debugger:finish
1818

19-
// debugger:print noPadding8
20-
// check:$1 = {-100 '\234', 100 'd'}
19+
// debugger:print/d noPadding8
20+
// check:$1 = {-100, 100}
2121
// debugger:print noPadding16
2222
// check:$2 = {0, 1, 2}
2323
// debugger:print noPadding32

0 commit comments

Comments
 (0)