File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
trunk/src/test/compile-fail Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 26c11f7b503c43961b609321c9e4790931240998
2
+ refs/heads/master: 3246723bf79ffc20e91936440cebc71ddcfd0a66
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Original file line number Diff line number Diff line change 1
1
// xfail-test
2
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
3
+ // FIXME (Issue #2711) : + should allow immutable or mutable vectors on
4
+ // the right hand side in all cases. We are getting compiler errors
5
+ // about this now, so I'm xfailing the test for now. -eholk
6
6
7
7
fn add ( i : [ int ] , m : [ mut int] , c : [ const int ] ) {
8
8
You can’t perform that action at this time.
0 commit comments