We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5541456 commit cb881d3Copy full SHA for cb881d3
library/core/src/hint.rs
@@ -107,7 +107,7 @@ pub fn spin_loop() {
107
/// extent to which it can block optimisations may vary depending upon the platform and code-gen
108
/// backend used. Programs cannot rely on `black_box` for *correctness* in any way.
109
///
110
-/// [`std::convert::identity`]: ../convert/fn.identity.html
+/// [`std::convert::identity`]: crate::convert::identity
111
#[cfg_attr(not(miri), inline)]
112
#[cfg_attr(miri, inline(never))]
113
#[unstable(feature = "test", issue = "50297")]
0 commit comments