]> git.proxmox.com Git - rustc.git/blame - src/tools/rustfmt/tests/target/issue-1177.rs
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / src / tools / rustfmt / tests / target / issue-1177.rs
CommitLineData
f20569fa
XL
1// rustfmt-normalize_comments: true
2fn main() {
3 // Line Comment
4 // Block Comment
5
6 let d = 5;
7}