Skip to content

Commit 9e37c47

Browse files
committed
---
yaml --- r: 13654 b: refs/heads/master c: 3246723 h: refs/heads/master v: v3
1 parent 5065bec commit 9e37c47

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 26c11f7b503c43961b609321c9e4790931240998
2+
refs/heads/master: 3246723bf79ffc20e91936440cebc71ddcfd0a66
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// xfail-test
22

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
3+
// FIXME (Issue #2711): + should allow immutable or mutable vectors on
4+
// the right hand side in all cases. We are getting compiler errors
5+
// about this now, so I'm xfailing the test for now. -eholk
66

77
fn add(i: [int], m: [mut int], c: [const int]) {
88

0 commit comments

Comments
 (0)