fn check_rust_syntax(
    cx: &DocContext<'_>,
    item: &Item,
    dox: &str,
    code_block: RustCodeBlock
)