]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/source/issue-3153.rs
Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup
[rust.git] / src / tools / rustfmt / tests / source / issue-3153.rs
1 // rustfmt-wrap_comments: true
2
3 /// This may panic if:
4 /// - there are fewer than `max_header_bytes` bytes preceding the body
5 /// - there are fewer than `max_footer_bytes` bytes following the body
6 /// - the sum of the body bytes and post-body bytes is less than the sum
7 ///   of `min_body_and_padding_bytes` and `max_footer_bytes` (in other
8 ///   words, the minimum body and padding byte requirement is not met)
9 fn foo() {}