From 21fda36d9cd23bfef4f904ed4c741c2bcc21e103 Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Wed, 31 Dec 2025 14:43:39 +0100 Subject: [PATCH] AAA --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 42cd797..cb68007 100755 --- a/build.sh +++ b/build.sh @@ -19,7 +19,7 @@ rm -f bootstrap.toml --set rust.llvm-bitcode-linker=false \ --set build.optimized-compiler-builtins=false # necessary to make cross-doc work for all targets -echo "rust.deny-warnings = true" >> bootstrap.toml +echo "[rust] deny-warnings = true" >> bootstrap.toml targets=( x86_64-unknown-linux-gnu