aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoro01eg <o01eg@yandex.ru>2020-09-10 10:51:07 +0300
committerMikhail Pukhlikov <cynede@gentoo.org>2020-09-10 14:15:12 +0400
commitbdc4473ec471f73f696682862b4c089aa1e32b67 (patch)
treee945de57b152aafea12279db6908d28218c41e5d
parentAdd rust-analyzer to rust (diff)
downloadrust-bdc4473ec471f73f696682862b4c089aa1e32b67.tar.gz
rust-bdc4473ec471f73f696682862b4c089aa1e32b67.tar.bz2
rust-bdc4473ec471f73f696682862b4c089aa1e32b67.zip
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@gentoo.org>
-rw-r--r--dev-lang/rust/rust-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
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