File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ cfg_if! {
138
138
#[ deprecated( since = "0.2.172" , note = "Use i128 instead." ) ]
139
139
pub type __int128_t = i128 ;
140
140
/// C __uint128_t (alternate name for [__uint128][])
141
- #[ deprecated( since = "0.2.172" , note = "Use u128 instead." ) ]
141
+ #[ deprecated( since = "0.2.172" , note = "Use u128 instead." ) ]
142
142
pub type __uint128_t = u128 ;
143
143
144
144
// NOTE: if you add more platforms to here, you may need to cfg
@@ -185,10 +185,10 @@ cfg_if! {
185
185
)
186
186
) ) ] {
187
187
/// C `__int128_t`
188
- #[ deprecated( since = "1.0 " , note = "Use i128 instead." ) ]
188
+ #[ deprecated( since = "0.2.172 " , note = "Use i128 instead." ) ]
189
189
pub type __int128_t = i128 ;
190
190
/// C `__uint128_t`
191
- #[ deprecated( since = "1.0 " , note = "Use ux128 instead." ) ]
191
+ #[ deprecated( since = "0.2.172 " , note = "Use ux128 instead." ) ]
192
192
pub type __uint128_t = u128 ;
193
193
}
194
194
}
You can’t perform that action at this time.
0 commit comments