Because of Rust bug #8372 , for loops borrow mutably the iterator for the entire duration ... fn parse_parenthese(input: &mut Bytes) { while let Some(byte) ...
確定! 回上一頁