Skip to content

Commit b05f211

Browse files
committed
blessed
resolved conflicts
1 parent cbb36d8 commit b05f211

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
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 {
44
x: 42,
55
y: 24,
66
}
7-
[$DIR/dbg-macro-expected-behavior.rs:30] b = Point {
7+
[$DIR/dbg-macro-expected-behavior.rs:30:24] b = Point {
88
x: 42,
99
y: 24,
1010
}
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(
1313
1337,
1414
)
15-
[$DIR/dbg-macro-expected-behavior.rs:42] dbg!(&a) = NoCopy(
15+
[$DIR/dbg-macro-expected-behavior.rs:42:22] dbg!(&a) = NoCopy(
1616
1337,
1717
)
18-
[$DIR/dbg-macro-expected-behavior.rs:47] f(&42) = 42
18+
[$DIR/dbg-macro-expected-behavior.rs:47:18] f(&42) = 42
1919
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",) = (
2222
"Yeah",
2323
)
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

Comments
 (0)