Files
chromium-dev/force-rust-nightly.patch

12 lines
590 B
Diff
Raw Permalink Normal View History

2026-02-03 17:32:08 +01:00
--- 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 @@
2026-02-03 16:32:19 +01:00
# `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.
2026-02-03 17:32:08 +01:00
-rustc_nightly_capability = use_chromium_rust_toolchain || build_with_chromium
2026-02-03 16:32:19 +01:00
+rustc_nightly_capability = true
# Platform support for the Rust toolchain.
chromium_toolchain_supports_platform = !is_wasm