]> git.lizzy.rs Git - rust.git/blob - tests/target/issue-1703.rs
Merge pull request #3500 from rchaser53/issue-3499
[rust.git] / 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() {}