We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1756a commit 186c592Copy full SHA for 186c592
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 8c1231ae5ffdb84a8acd828a2d7c70450aa193a2
+refs/heads/master: f304c1bee58355afa19aa2796d21056c91d167d9
trunk/src/comp/metadata/decoder.rs
@@ -251,6 +251,7 @@ fn family_has_type_params(fam_ch: u8) -> bool {
251
ret alt fam_ch as char {
252
'c' { false }
253
'f' { true }
254
+ 'u' { true }
255
'p' { true }
256
'F' { true }
257
'y' { true }
0 commit comments