rust/rustfmt-core/tests/target/issue-1247.rs
2018-02-07 22:48:05 +09:00

9 lines
156 B
Rust

// rustfmt-max_width: 80
fn foo() {
polyfill::slice::fill(
&mut self.pending[padding_pos..(self.algorithm.block_len - 8)],
0,
);
}