Skip to content

build: don't deny warnings

Simon Chopin requested to merge schopin/rust:no-deny-warnings into debian/sid

Denying warnings can actually result in making the compiler failing to compile itself, as it is usually tested upstream with the previous version of the compiler. Notably, we've had the issue in Ubuntu with the 1.57 version emitting a warning on its own bootstrap code, which the 1.56 version used in the initial package build didn't emit.

Merge request reports

Loading