libsyntax: Don't accept :? as a format specifier.
This commit is contained in:
parent
3410c52eec
commit
6f9b3b574b
@ -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"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user