12 lines
590 B
Diff
12 lines
590 B
Diff
--- chromium-146.0.7655.0/build/config/rust.gni 2026/02/03 15:38:45 1.1
|
|
+++ chromium-146.0.7655.0/build/config/rust.gni 2026/02/03 15:39:06
|
|
@@ -133,7 +133,7 @@
|
|
# `rustc_nightly_capability = false` will make the build avoid the use of
|
|
# Rust nightly features. There are no bots that test this and there is no
|
|
# guarantee it will work, but we accept patches for this configuration.
|
|
-rustc_nightly_capability = use_chromium_rust_toolchain || build_with_chromium
|
|
+rustc_nightly_capability = true
|
|
|
|
# Platform support for the Rust toolchain.
|
|
chromium_toolchain_supports_platform = !is_wasm
|