We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c11f7 commit 3246723Copy full SHA for 3246723
src/test/compile-fail/vec-add.rs
@@ -1,8 +1,8 @@
1
// xfail-test
2
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
+// 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
6
7
fn add(i: [int], m: [mut int], c: [const int]) {
8
0 commit comments