diff options
| author | Eric Holk <eric.holk@gmail.com> | 2012-06-22 15:35:06 -0700 |
|---|---|---|
| committer | Eric Holk <eric.holk@gmail.com> | 2012-06-22 15:35:06 -0700 |
| commit | 3246723bf79ffc20e91936440cebc71ddcfd0a66 (patch) | |
| tree | 41d0baa34a461d5a6766edc868d6a03eb3429078 | |
| parent | 26c11f7b503c43961b609321c9e4790931240998 (diff) | |
| download | rust-3246723bf79ffc20e91936440cebc71ddcfd0a66.tar.gz rust-3246723bf79ffc20e91936440cebc71ddcfd0a66.zip | |
Adding an issue number to vec-add.rs
| -rw-r--r-- | src/test/compile-fail/vec-add.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/compile-fail/vec-add.rs b/src/test/compile-fail/vec-add.rs index 6d18bf9e2f8..6642112d998 100644 --- a/src/test/compile-fail/vec-add.rs +++ b/src/test/compile-fail/vec-add.rs @@ -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]) { |
