Open
Description
Consider the following Rust code:
//! ```
//! # use std::sync::Arc;
//! let x = Arc::new(0);
//! ```
The code inside the code block is correctly highlighted, but the #
character stands out by not being highlighted. Could it perhaps be highlighted as a doc comment too?
I think ideally lines leading with #
in a doctest should be highlighted differently (perhaps with a different background or dim colors?), but that's probably much harder.