[ 209s] error[E0600]: cannot apply unary operator `-` to type `u8`
[ 209s] --> flux/src/cffi.rs:1152:35
[ 209s] |
[ 209s] 1152 | let v: Vec<c_char> = vec![-61, 0];
[ 209s] | ^^^ cannot apply unary operator `-`
[ 209s] |
[ 209s] = note: unsigned values cannot be negated