We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 032d810 commit 63d2822Copy full SHA for 63d2822
src/libcore/intrinsics.rs
@@ -1337,7 +1337,7 @@ extern "rust-intrinsic" {
1337
/// Performs rotate right.
1338
/// The stabilized versions of this intrinsic are available on the integer
1339
/// primitives via the `rotate_right` method. For example,
1340
- /// [`std::u32::rotate_right`](../../std/primitive.u32.html#method.rotate_right
+ /// [`std::u32::rotate_right`](../../std/primitive.u32.html#method.rotate_right)
1341
#[rustc_const_stable(feature = "const_int_rotate", since = "1.40.0")]
1342
pub fn rotate_right<T>(x: T, y: T) -> T;
1343
0 commit comments