mirror of
https://gitee.com/openharmony/third_party_rust_quote
synced 2024-11-23 07:10:01 +00:00
Allow char as a fragment in format_ident
This commit is contained in:
parent
53c2e79ddc
commit
fb6516a01c
@ -68,5 +68,5 @@ macro_rules! ident_fragment_display {
|
||||
}
|
||||
}
|
||||
|
||||
ident_fragment_display!(bool, str, String);
|
||||
ident_fragment_display!(bool, str, String, char);
|
||||
ident_fragment_display!(u8, u16, u32, u64, u128, usize);
|
||||
|
Loading…
Reference in New Issue
Block a user