parent
5ee891cfea
commit
f5c42655b5
1 changed files with 1 additions and 0 deletions
|
|
@ -488,6 +488,7 @@ macro_rules! try_from_unbounded {
|
|||
}
|
||||
|
||||
// unsigned to signed (only positive bound)
|
||||
#[cfg(any(target_pointer_width = "32", target_pointer_width = "64"))]
|
||||
macro_rules! try_from_upper_bounded {
|
||||
($($target:ty),*) => {$(
|
||||
impl PrivateTryFromUsize for $target {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue