pub fn excerpt_as_string_contents(
    report: &mut Report,
    span: Span,
    excerpt: &str
) -> Result<String, ()>