Fix pretty printer for fixed length vectors.

This commit is contained in:
Luqman Aden
2013-03-05 18:09:33 -08:00
parent 8b66578e66
commit da64994f18
2 changed files with 3 additions and 4 deletions

View File

@@ -386,7 +386,6 @@ pub enum vstore {
#[auto_decode]
#[deriving_eq]
pub enum expr_vstore {
// FIXME (#3469): Change uint to @expr (actually only constant exprs)
expr_vstore_fixed(Option<uint>), // [1,2,3,4]
expr_vstore_uniq, // ~[1,2,3,4]
expr_vstore_box, // @[1,2,3,4]