rust/tests/target/issue-1247.rs

9 lines
156 B
Rust
Raw Normal View History

2017-05-25 14:01:41 +00:00
// rustfmt-max_width: 80
fn foo() {
2017-06-12 04:01:41 +00:00
polyfill::slice::fill(
&mut self.pending[padding_pos..(self.algorithm.block_len - 8)],
0,
);
2017-05-25 14:01:41 +00:00
}