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 959b2c7 commit 1170b7bCopy full SHA for 1170b7b
library/core/src/num/uint_macros.rs
@@ -1307,6 +1307,10 @@ macro_rules! uint_impl {
1307
/// This function exists, so that all operations
1308
/// are accounted for in the wrapping operations.
1309
///
1310
+ /// # Panics
1311
+ ///
1312
+ /// This function will panic if `rhs` is 0.
1313
1314
/// # Examples
1315
1316
/// Basic usage:
0 commit comments