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.
source_span_for_markdown_range
1 parent c802255 commit 1b359d7Copy full SHA for 1b359d7
compiler/rustc_resolve/src/rustdoc.rs
@@ -501,7 +501,7 @@ pub fn span_of_fragments(fragments: &[DocFragment]) -> Option<Span> {
501
/// `markdown` is typically the entire documentation for an item,
502
/// after combining fragments.
503
///
504
-/// This method will return `Some` only if:
+/// This method will return `Some` only if one of the following is true:
505
506
/// - The doc is made entirely from sugared doc comments, which cannot contain escapes
507
/// - The doc is entirely from a single doc fragment, with a string literal, exactly equal
0 commit comments