File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
branches/snap-stage3/src/test/compile-fail Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: c29a7520e7fb4a5b4d4eccfc594e05793ef6688d
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: ca27ccc8e7506e0b19257c7768803b10a53503b5
4
+ refs/heads/snap-stage3: 50db061173a2a54a9897e2d42f88b95d2b820cc4
5
5
refs/heads/try: 6601b0501e31d08d3892a2d5a7d8a57ab120bf75
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- // error-pattern: 1518599999
11
+ // error-pattern: .. 1518599999
12
12
13
13
fn generic < T : Copy > ( t : T ) {
14
14
let s: [ T , ..1518600000 ] = [ t, ..1518600000 ] ;
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- // error-pattern: too big for the current ABI
11
+ // error-pattern: too big for the current architecture
12
12
13
13
fn main ( ) {
14
14
let n = 0 u;
You can’t perform that action at this time.
0 commit comments