Adding an issue number to vec-add.rs
This commit is contained in:
parent
26c11f7b50
commit
3246723bf7
@ -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]) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user