Skip to content

Commit 07935ab

Browse files
committed
---
yaml --- r: 13632 b: refs/heads/master c: 559c30a h: refs/heads/master v: v3
1 parent 4849b1e commit 07935ab

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 28ab0e8c0335544359d1809a40682f38c9610b78
2+
refs/heads/master: 559c30ab177530d0f6d7d5e717ab8a2ab7847742
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/test/compile-fail/vec-add.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
// xfail-test
2+
3+
// FIXME: + should allow immutable or mutable vectors on the right
4+
// hand side in all cases. We are getting compiler errors about this
5+
// now, so I'm xfailing the test for now. -eholk
6+
17
fn add(i: [int], m: [mut int], c: [const int]) {
28

39
// Check that:

0 commit comments

Comments
 (0)