]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-1703.rs
Auto merge of #95315 - compiler-errors:pointee-fix, r=pnkfelix
[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() {}