And the second one is because a system library is missing. You're saying you have it installed, and it used to build, but does no longer?
const characters: Vec<char> = vec!['7', '+', '-', '*', '/', '^', '0'];
Do you know when the first one ever compiled? I tried it on Rust 1.0, and on every version from 1.20-1.30, and it always failed.
Ah, bummer. I haven't used the brotli lib, but that is unfortunate.
And the second one is because a system library is missing. You're saying you have it installed, and it used to build, but does no longer?