auto merge of #14483 : ahmedcharles/rust/patbox, r=alexcrichton

This commit is contained in:
bors
2014-05-29 12:11:40 -07:00
14 changed files with 20 additions and 20 deletions

View File

@@ -1721,7 +1721,7 @@ impl<'a> State<'a> {
}
try!(self.pclose());
}
ast::PatUniq(inner) => {
ast::PatBox(inner) => {
try!(word(&mut self.s, "box "));
try!(self.print_pat(inner));
}