Rename PatUniq to PatBox. Fixes part of #13910.

This commit is contained in:
Ahmed Charles
2014-05-26 17:55:54 -07:00
parent 73dac7e4e6
commit 4e3db5e0f4
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));
}