Function rustdoc::html::sources::print_src

source ·
pub(crate) fn print_src(
    writer: impl Write,
    s: &str,
    file_span: Span,
    context: &Context<'_>,
    root_path: &str,
    decoration_info: DecorationInfo,
    source_context: SourceContext
)
Expand description

Wrapper struct to render the source code of a file. This will do things like adding line numbers to the left-hand side.