rust/tests/target/issue-3751.rs

11 lines
134 B
Rust
Raw Normal View History

// rustfmt-format_code_in_doc_comments: true
//! Empty pound line
//!
//! ```rust
//! #
//! # fn main() {
//! foo();
//! # }
//! ```