]> git.lizzy.rs Git - rust.git/blob - tests/source/issue-3153.rs
fix: use correct spans for params with attrs
[rust.git] / 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() {}