File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed
branches/dist-snap/src/test/debug-info Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
9
9
refs/heads/incoming: 44d4d6de762f3f9aae1fedcf454c66b79b3ad58d
10
- refs/heads/dist-snap: c913eff51def7f65474f27a032b5ba4c71f4ce90
10
+ refs/heads/dist-snap: f1928d8e2c52cef8426a4c438fc050180a96edb6
11
11
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
12
12
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
13
13
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
// compile-flags:-Z extra-debug-info
12
- // debugger:break 26
12
+ // debugger:set print pretty off
13
+ // debugger:break 29
13
14
// debugger:run
15
+ // debugger:print pair
16
+ // check:$1 = {x = 1, y = 2}
14
17
// debugger:print pair.x
15
- // check:$1 = 1
18
+ // check:$2 = 1
16
19
// debugger:print pair.y
17
- // check:$2 = 2
20
+ // check:$3 = 2
18
21
19
22
struct Pair {
20
23
x : int ,
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- // xfail-test
12
11
// compile-flags:-Z extra-debug-info
13
- // debugger:break 23
12
+ // debugger:set print pretty off
13
+ // debugger:break 20
14
14
// debugger:run
15
15
// debugger:print t
16
- // check:$1 = {
17
- // check:4,
18
- // check:5.5,
19
- // check:true
20
- // check:}
16
+ // check:$1 = {4, 5.5, true}
21
17
22
18
fn main ( ) {
23
19
let t = ( 4 , 5.5 , true ) ;
You can’t perform that action at this time.
0 commit comments