Skip to content

Commit 822b5c3

Browse files
committed
---
yaml --- r: 156422 b: refs/heads/snap-stage3 c: 50db061 h: refs/heads/master v: v3
1 parent 29c3806 commit 822b5c3

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
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: c29a7520e7fb4a5b4d4eccfc594e05793ef6688d
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: ca27ccc8e7506e0b19257c7768803b10a53503b5
4+
refs/heads/snap-stage3: 50db061173a2a54a9897e2d42f88b95d2b820cc4
55
refs/heads/try: 6601b0501e31d08d3892a2d5a7d8a57ab120bf75
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/test/compile-fail/huge-array.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// error-pattern: 1518599999
11+
// error-pattern: ..1518599999
1212

1313
fn generic<T: Copy>(t: T) {
1414
let s: [T, ..1518600000] = [t, ..1518600000];

branches/snap-stage3/src/test/compile-fail/issue-17913.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// error-pattern: too big for the current ABI
11+
// error-pattern: too big for the current architecture
1212

1313
fn main() {
1414
let n = 0u;

0 commit comments

Comments
 (0)