summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/issue-3751.rs
blob: 1343f80e66e55d553f32dd04ce5db3ae0a7c079f (plain)
1
2
3
4
5
6
7
8
9
10
// rustfmt-format_code_in_doc_comments: true

//! Empty pound line
//!
//! ```rust
//! #
//! # fn main() {
//!  foo ( )  ;
//! # }
//! ```