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 1b5db85 commit c0870e2Copy full SHA for c0870e2
src/libcore/num/mod.rs
@@ -3252,7 +3252,7 @@ Basic usage:
3252
3253
```
3254
#![feature(euclidean_division)]
3255
-assert_eq(7", stringify!($SelfT), ".div_euc(4), 1); // or any other integer type
+assert_eq!(7", stringify!($SelfT), ".div_euc(4), 1); // or any other integer type
3256
```"),
3257
#[unstable(feature = "euclidean_division", issue = "49048")]
3258
#[inline]
@@ -3274,7 +3274,7 @@ Basic usage:
3274
3275
3276
3277
-assert_eq(7", stringify!($SelfT), ".mod_euc(4), 3); // or any other integer type
+assert_eq!(7", stringify!($SelfT), ".mod_euc(4), 3); // or any other integer type
3278
3279
3280
0 commit comments