File tree 2 files changed +9
-10
lines changed
2 files changed +9
-10
lines changed 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