diff --git a/bootstrap.example.toml b/bootstrap.example.toml index f3b2a64df853..25e2ca5948bf 100644 --- a/bootstrap.example.toml +++ b/bootstrap.example.toml @@ -826,7 +826,8 @@ # in the sysroot. It is required for running nvptx tests. #rust.llvm-bitcode-linker = false -# Whether to deny warnings in crates +# Whether to deny warnings in crates. Set to `false` to avoid +# error: warnings are denied by `build.warnings` configuration #rust.deny-warnings = true # Print backtrace on internal compiler errors during bootstrap