Skip to content

Commit bfbb719

Browse files
committed
Update FIXME numbers
1 parent d2efd7e commit bfbb719

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libsyntax/ast.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ impl proto : cmp::Eq {
437437
#[auto_serialize]
438438
#[auto_deserialize]
439439
enum vstore {
440-
// FIXME (#2112): Change uint to @expr (actually only constant exprs)
440+
// FIXME (#3469): Change uint to @expr (actually only constant exprs)
441441
vstore_fixed(Option<uint>), // [1,2,3,4]/_ or 4
442442
vstore_uniq, // ~[1,2,3,4]
443443
vstore_box, // @[1,2,3,4]
@@ -447,7 +447,7 @@ enum vstore {
447447
#[auto_serialize]
448448
#[auto_deserialize]
449449
enum expr_vstore {
450-
// FIXME (#2112): Change uint to @expr (actually only constant exprs)
450+
// FIXME (#3469): Change uint to @expr (actually only constant exprs)
451451
expr_vstore_fixed(Option<uint>), // [1,2,3,4]/_ or 4
452452
expr_vstore_uniq, // ~[1,2,3,4]
453453
expr_vstore_box, // @[1,2,3,4]

0 commit comments

Comments
 (0)