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 4849b1e commit 07935abCopy full SHA for 07935ab
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 28ab0e8c0335544359d1809a40682f38c9610b78
+refs/heads/master: 559c30ab177530d0f6d7d5e717ab8a2ab7847742
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
trunk/src/test/compile-fail/vec-add.rs
@@ -1,3 +1,9 @@
+// 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
6
7
fn add(i: [int], m: [mut int], c: [const int]) {
8
9
// Check that:
0 commit comments