add 'u' to decoder (kinda' important)

This commit is contained in:
Niko Matsakis 2011-10-07 11:04:22 -07:00 committed by Brian Anderson
parent 8c1231ae5f
commit f304c1bee5

View File

@ -251,6 +251,7 @@ fn family_has_type_params(fam_ch: u8) -> bool {
ret alt fam_ch as char {
'c' { false }
'f' { true }
'u' { true }
'p' { true }
'F' { true }
'y' { true }