Skip to content

Commit 1170b7b

Browse files
committed
Resolve #116063
1 parent 959b2c7 commit 1170b7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

library/core/src/num/uint_macros.rs

+4
Original file line numberDiff line numberDiff line change
@@ -1307,6 +1307,10 @@ macro_rules! uint_impl {
13071307
/// This function exists, so that all operations
13081308
/// are accounted for in the wrapping operations.
13091309
///
1310+
/// # Panics
1311+
///
1312+
/// This function will panic if `rhs` is 0.
1313+
///
13101314
/// # Examples
13111315
///
13121316
/// Basic usage:

0 commit comments

Comments
 (0)