Skip to content

Commit 3246723

Browse files
committed
Adding an issue number to vec-add.rs
1 parent 26c11f7 commit 3246723

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)