We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b5e57 commit f0a7610Copy full SHA for f0a7610
src/libstd/keyword_docs.rs
@@ -352,6 +352,7 @@ mod fn_keyword { }
352
/// For more information on for-loops, see the [Rust book] or the [Reference].
353
///
354
/// [`impl`]: keyword.impl.html
355
+/// [higher-ranked trait bounds]: https://doc.rust-lang.org/nightly/reference/trait-bounds.html#higher-ranked-trait-bounds
356
/// [`IntoIterator`]: iter/trait.IntoIterator.html
357
/// [Rust book]:
358
/// https://doc.rust-lang.org/book/2018-edition/ch03-05-control-flow.html#looping-through-a-collection-with-for
0 commit comments