libsyntax: Don't accept :? as a format specifier.

This commit is contained in:
Luqman Aden 2014-10-15 11:19:55 -04:00
parent 3410c52eec
commit 6f9b3b574b
1 changed files with 0 additions and 1 deletions

View File

@ -668,7 +668,6 @@ impl<'a, 'b> Context<'a, 'b> {
Known(ref tyname) => {
match tyname.as_slice() {
"" => ("std", "secret_show"),
"?" => ("debug", "secret_poly"),
"b" => ("std", "secret_bool"),
"c" => ("std", "secret_char"),
"d" | "i" => ("std", "secret_signed"),