@aral @Codeberg @forgejo it's possible this is related to CVEs like this one: https://blog.rust-lang.org/2021/11/01/cve-2021-42574.html
But, it's certainly annoying to see warnings that a compiler/interpreter will trip over anyway (e.g. quote symbols), because that's what CI is for
Really should only see warnings/errors for text that is both valid to the compiler, and also conceals code from human review (per the CVE)