Define integer formats for all widths

Closes #1653
This commit is contained in:
Alex Crichton 2013-08-10 13:38:32 -07:00
parent b820748ff5
commit 6feb58ed84
3 changed files with 129 additions and 45 deletions

View file

@ -638,6 +638,7 @@ impl Context {
"X" => "UpperHex",
"s" => "String",
"p" => "Pointer",
"t" => "Binary",
_ => {
self.ecx.span_err(sp, fmt!("unknown format trait \
`%s`", tyname));