Skip to content

Commit 486ca65

Browse files
committed
---
yaml --- r: 80681 b: refs/heads/try c: 2b9d19d h: refs/heads/master i: 80679: b194600 v: v3
1 parent 389864e commit 486ca65

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 4c6bf4872012c010f84dc7fa2cdfe87522533f89
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cbd1eefbd350797b783df119fed7956d7e1c74ad
5-
refs/heads/try: ba5c6c3b0461003aeaadc793022db92c81a22f3e
5+
refs/heads/try: 2b9d19d5b58f87665a5c86f12f4bbd17e6984d6a
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/test/auxiliary/struct_variant_xc_aux.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
pub enum Enum {
1616
Variant { arg: u8 }
17-
}
17+
}

branches/try/src/test/run-pass/struct_variant_xc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ extern mod struct_variant_xc_aux;
1414
use struct_variant_xc_aux::Variant;
1515

1616
fn main() {
17-
let _ = Variant { arg: 1 };
17+
let _ = Variant { arg: 1 };
1818
}

0 commit comments

Comments
 (0)