]> git.proxmox.com Git - rustc.git/blame - src/tools/rustfmt/tests/target/issue-2520.rs
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / src / tools / rustfmt / tests / target / issue-2520.rs
CommitLineData
f20569fa
XL
1// rustfmt-normalize_comments: true
2// rustfmt-format_code_in_doc_comments: true
3
4//! ```rust
5//! println!("hello, world");
6//! ```
7
8#![deny(missing_docs)]
9
10//! ```rust
11//! println!("hello, world");
12
13#![deny(missing_docs)]