|
1 | 1 | --- a/build/config/clang/BUILD.gn |
2 | 2 | +++ b/build/config/clang/BUILD.gn |
3 | | -@@ -257,8 +257,6 @@ clang_lib("compiler_builtins") { |
| 3 | +@@ -261,8 +261,6 @@ clang_lib("compiler_builtins") { |
4 | 4 | } else { |
5 | 5 | assert(false, "unsupported target_platform=$target_platform") |
6 | 6 | } |
|
25 | 25 | # Rust targets to be rebuilt, which allows you to update your toolchain and |
26 | 26 | # not break incremental builds. |
27 | 27 | - rustc_version = "" |
28 | | -+ rustc_version = "rustc 1.93.0-nightly (1d60f9e07 2025-12-01)" |
| 28 | ++ rustc_version = "rustc-1.95.0-nightly" |
29 | 29 |
|
30 | 30 | # Whether artifacts produced by the Rust compiler can participate in ThinLTO. |
31 | 31 | # |
32 | | -@@ -121,7 +121,7 @@ use_chromium_rust_toolchain = rust_sysro |
33 | | - # `rustc_nightly_capability = false` will make the build avoid the use of |
34 | | - # Rust nightly features. There are no bots that test this and there is no |
35 | | - # guarantee it will work, but we accept patches for this configuration. |
36 | | --rustc_nightly_capability = use_chromium_rust_toolchain |
37 | | -+rustc_nightly_capability = use_chromium_rust_toolchain || build_with_chromium |
38 | | - |
39 | | - # Platform support for the Rust toolchain. |
40 | | - chromium_toolchain_supports_platform = !is_wasm |
41 | 32 | --- a/build/rust/allocator/lib.rs |
42 | 33 | +++ b/build/rust/allocator/lib.rs |
43 | 34 | @@ -107,14 +107,4 @@ mod both_allocators { |
|
0 commit comments