commit: bdc4473ec471f73f696682862b4c089aa1e32b67 Author: o01eg <o01eg <AT> yandex <DOT> ru> AuthorDate: Thu Sep 10 07:51:07 2020 +0000 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org> CommitDate: Thu Sep 10 10:15:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/rust.git/commit/?id=bdc4473e
Allow warnings to fix https://github.com/rust-lang/rust/issues/76526 Closes: https://github.com/gentoo/gentoo-rust/pull/503 Signed-off-by: Mikhail Pukhlikov <cynede <AT> gentoo.org> dev-lang/rust/rust-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/rust/rust-9999.ebuild b/dev-lang/rust/rust-9999.ebuild index 9f66170..611ab20 100644 --- a/dev-lang/rust/rust-9999.ebuild +++ b/dev-lang/rust/rust-9999.ebuild @@ -257,6 +257,7 @@ src_configure() { lld = $(usex system-llvm false $(toml_usex wasm)) backtrace-on-ice = true jemalloc = false + deny-warnings = false [dist] src-tarball = false EOF
