]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-3153.rs
Merge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22' into ra-sync-and-pms-component
[rust.git] / src / tools / rustfmt / tests / target / 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 of
7 ///   `min_body_and_padding_bytes` and `max_footer_bytes` (in other words, the
8 ///   minimum body and padding byte requirement is not met)
9 fn foo() {}