]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-1703.rs
Auto merge of #85193 - pnkfelix:readd-support-for-inner-attrs-within-match, r=nikomat...
[rust.git] / src / tools / rustfmt / tests / target / issue-1703.rs
1 // rustfmt should not remove doc comments or comments inside attributes.
2
3 /**
4 This function has a block doc comment.
5  */
6 fn test_function() {}
7
8 #[foo /* do not remove this! */]
9 fn foo() {}