libsyntax: Don't accept :? as a format specifier.
This commit is contained in:
parent
3410c52eec
commit
6f9b3b574b
1 changed files with 0 additions and 1 deletions
|
@ -668,7 +668,6 @@ impl<'a, 'b> Context<'a, 'b> {
|
||||||
Known(ref tyname) => {
|
Known(ref tyname) => {
|
||||||
match tyname.as_slice() {
|
match tyname.as_slice() {
|
||||||
"" => ("std", "secret_show"),
|
"" => ("std", "secret_show"),
|
||||||
"?" => ("debug", "secret_poly"),
|
|
||||||
"b" => ("std", "secret_bool"),
|
"b" => ("std", "secret_bool"),
|
||||||
"c" => ("std", "secret_char"),
|
"c" => ("std", "secret_char"),
|
||||||
"d" | "i" => ("std", "secret_signed"),
|
"d" | "i" => ("std", "secret_signed"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue