```rust peg::parser!(grammar g() for [u8] { rule x() = b"\xff" // invalid UTF-8, can not use str }); ``` `b"\xff"` is not valid UTF-8