T7ZASL2GFGSN25EF3B6YSK3JG3SZGD6LOZ5EVLUUZM5QJTIJ77MQC
/// A char escape was used that is not implemented
// NOTE if we didn't *need* the Clone impl due to Logos,
// I would have stuck a Box here, but there isn't a point
// in multiple instances of this *same* error referring
// to unique allocations of the *same* character sequence
#[error("Invalid character escape `{0}`")]
InvalidCharEscape(std::sync::Arc<str>),