Skip to content

Commit 41c37d9

Browse files
bstriebrson
authored andcommitted
...missed a merge marker on that last rebase
1 parent 614624a commit 41c37d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libsyntax/ast.rs

-1
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,6 @@ enum vstore {
473473
enum expr_vstore {
474474
// FIXME (#3469): Change uint to @expr (actually only constant exprs)
475475
expr_vstore_fixed(Option<uint>), // [1,2,3,4]
476-
>>>>>>> Remove old fixed-length vector syntax
477476
expr_vstore_uniq, // ~[1,2,3,4]
478477
expr_vstore_box, // @[1,2,3,4]
479478
expr_vstore_slice // &[1,2,3,4]

0 commit comments

Comments
 (0)