mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
add 'u' to decoder (kinda' important)
This commit is contained in:
parent
8c1231ae5f
commit
f304c1bee5
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user