Skip to content

Commit 69335a3

Browse files
committed
---
yaml --- r: 80959 b: refs/heads/snap-stage3 c: 9627e80 h: refs/heads/master i: 80957: 944fb2e 80955: 408e89f 80951: 556038a 80943: d604251 80927: dbdb09a 80895: 383da1e v: v3
1 parent 1fa47cf commit 69335a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 4c6bf4872012c010f84dc7fa2cdfe87522533f89
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 89b363de0ceaf23a2ba7f2d2f4a27cab44577761
4+
refs/heads/snap-stage3: 9627e80ce5f8f7637137647410dcf9cf7b0147c6
55
refs/heads/try: 70152ff55722878cde684ee6462c14c65f2c4729
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/test/run-pass/struct-update-moves-and-copies.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ fn test0() {
6464
assert_eq!(f.inner.copied, 5);
6565
assert_eq!(*f.inner.moved, 6);
6666

67-
assert_eq!(b.inner.copied, 1);
67+
assert_eq!(b.inner.copied, 5);
6868
assert_eq!(*b.inner.moved, 7);
6969

70-
assert_eq!(c.inner.copied, 1);
70+
assert_eq!(c.inner.copied, 5);
7171
assert_eq!(*c.inner.moved, 8);
7272
}
7373

0 commit comments

Comments
 (0)