Skip to content

Commit 741b20e

Browse files
David Tolnaymeta-codesync[bot]
authored andcommitted
Update platform010 & platform010-aarch64 symlinks
Summary: Release notes: https://blog.rust-lang.org/2025/12/11/Rust-1.92.0/ - Library-level `--cfg=feature="panic_immediate_abort"` is no longer supported for compiling the standard library; this is now a compiler flag `-Cpanic=immediate-abort` - Changes to the unstable allocator shim interface - Default linker changed to LLD on some Linux non-x86_64 platforms; reversible by `-Clinker-features=-lld` - Stabilized features: - `feature(new_zeroed_alloc)` - `feature(rwlock_downgrade)` - More precise logic for determining unused macro imports (D92236774, D92236771, D92350399, D92357008, D92357025, D92357009, D92357013, D92357014, D92357018, D92357027, D92357017, D92357016, D92357011, D92357023, D92357020, D92357019, D92357022, D92357012, D92357024) - New `unused_assignments` warnings (D92350400, D92357029, D92357026, D92357028) - New `unreachable_code` warnings (D92357015, D92357010) - Disallow `unsafe` on non-unsafe attributes (D92236770, D92357021) - Clippy improvements: - `clippy::identity_op` (D92315450) - `clippy::unnecessary_unwrap` (D92315450, D92346906, D92346907, D92346905) - `clippy::unnecessary_option_map_or_else` (D92346903, D92346909) - `clippy::replace_box` (D92346904) - `clippy::filter_next` (D92346902) - `clippy::assertions_on_constants` (D92346908) - Minimum external LLVM supported by upstream is now LLVM 20 Reviewed By: diliop Differential Revision: D92227181 fbshipit-source-id: 11dbcb810b4e8d88e85005874036666b95b87039
1 parent 670c85c commit 741b20e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: dtolnay/rust-toolchain@master
1919
with:
20-
toolchain: nightly-2025-09-14
20+
toolchain: nightly-2025-10-25
2121
components: clippy, rustfmt
2222
# We use rustfmt 2.0 for formatting, which differs from the released
2323
# version installed by Cargo

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "nightly-2025-09-14"
2+
channel = "nightly-2025-10-25"

0 commit comments

Comments
 (0)