Adding an issue number to vec-add.rs

This commit is contained in:
Eric Holk 2012-06-22 15:35:06 -07:00
parent 26c11f7b50
commit 3246723bf7

View File

@ -1,8 +1,8 @@
// xfail-test
// FIXME: + should allow immutable or mutable vectors on the right
// hand side in all cases. We are getting compiler errors about this
// now, so I'm xfailing the test for now. -eholk
// FIXME (Issue #2711): + should allow immutable or mutable vectors on
// the right hand side in all cases. We are getting compiler errors
// about this now, so I'm xfailing the test for now. -eholk
fn add(i: [int], m: [mut int], c: [const int]) {