|
1 |
| -[$DIR/dbg-macro-expected-behavior.rs:22] Unit = Unit |
2 |
| -[$DIR/dbg-macro-expected-behavior.rs:23] a = Unit |
3 |
| -[$DIR/dbg-macro-expected-behavior.rs:29] Point { x: 42, y: 24 } = Point { |
| 1 | +[$DIR/dbg-macro-expected-behavior.rs:22:19] Unit = Unit |
| 2 | +[$DIR/dbg-macro-expected-behavior.rs:23:19] a = Unit |
| 3 | +[$DIR/dbg-macro-expected-behavior.rs:29:24] Point { x: 42, y: 24 } = Point { |
4 | 4 | x: 42,
|
5 | 5 | y: 24,
|
6 | 6 | }
|
7 |
| -[$DIR/dbg-macro-expected-behavior.rs:30] b = Point { |
| 7 | +[$DIR/dbg-macro-expected-behavior.rs:30:24] b = Point { |
8 | 8 | x: 42,
|
9 | 9 | y: 24,
|
10 | 10 | }
|
11 |
| -[$DIR/dbg-macro-expected-behavior.rs:38] |
12 |
| -[$DIR/dbg-macro-expected-behavior.rs:42] &a = NoCopy( |
| 11 | +[$DIR/dbg-macro-expected-behavior.rs:38:17] |
| 12 | +[$DIR/dbg-macro-expected-behavior.rs:42:27] &a = NoCopy( |
13 | 13 | 1337,
|
14 | 14 | )
|
15 |
| -[$DIR/dbg-macro-expected-behavior.rs:42] dbg!(&a) = NoCopy( |
| 15 | +[$DIR/dbg-macro-expected-behavior.rs:42:22] dbg!(&a) = NoCopy( |
16 | 16 | 1337,
|
17 | 17 | )
|
18 |
| -[$DIR/dbg-macro-expected-behavior.rs:47] f(&42) = 42 |
| 18 | +[$DIR/dbg-macro-expected-behavior.rs:47:18] f(&42) = 42 |
19 | 19 | before
|
20 |
| -[$DIR/dbg-macro-expected-behavior.rs:52] { foo += 1; eprintln!("before"); 7331 } = 7331 |
21 |
| -[$DIR/dbg-macro-expected-behavior.rs:60] ("Yeah",) = ( |
| 20 | +[$DIR/dbg-macro-expected-behavior.rs:52:22] { foo += 1; eprintln!("before"); 7331 } = 7331 |
| 21 | +[$DIR/dbg-macro-expected-behavior.rs:60:27] ("Yeah",) = ( |
22 | 22 | "Yeah",
|
23 | 23 | )
|
24 |
| -[$DIR/dbg-macro-expected-behavior.rs:63] 1 = 1 |
25 |
| -[$DIR/dbg-macro-expected-behavior.rs:63] 2 = 2 |
26 |
| -[$DIR/dbg-macro-expected-behavior.rs:67] 1u8 = 1 |
27 |
| -[$DIR/dbg-macro-expected-behavior.rs:67] 2u32 = 2 |
28 |
| -[$DIR/dbg-macro-expected-behavior.rs:67] "Yeah" = "Yeah" |
| 24 | +[$DIR/dbg-macro-expected-behavior.rs:63:29] 1 = 1 |
| 25 | +[$DIR/dbg-macro-expected-behavior.rs:63:29] 2 = 2 |
| 26 | +[$DIR/dbg-macro-expected-behavior.rs:67:37] 1u8 = 1 |
| 27 | +[$DIR/dbg-macro-expected-behavior.rs:67:37] 2u32 = 2 |
| 28 | +[$DIR/dbg-macro-expected-behavior.rs:67:37] "Yeah" = "Yeah" |
0 commit comments