Skip to content

Commit e956937

Browse files
nikomatsakisbrson
authored andcommitted
add 'u' to one other place it was missing
1 parent f304c1b commit e956937

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/comp/metadata/decoder.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ fn item_family_to_str(fam: u8) -> str {
280280
alt fam as char {
281281
'c' { ret "const"; }
282282
'f' { ret "fn"; }
283+
'u' { ret "unsafe fn"; }
283284
'p' { ret "pure fn"; }
284285
'F' { ret "native fn"; }
285286
'y' { ret "type"; }

0 commit comments

Comments
 (0)