Skip to content

Commit 5570e98

Browse files
authored
Merge pull request #4402 from rust-lang/rustup-2025-06-17
Automatic Rustup
2 parents b86371e + a0e08ef commit 5570e98

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0cbc0764380630780a275c437260e4d4d5f28c92
1+
55d436467c351b56253deeba209ae2553d1c243f

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#![feature(unqualified_local_imports)]
1717
#![feature(derive_coerce_pointee)]
1818
#![feature(arbitrary_self_types)]
19-
#![feature(file_lock)]
19+
#![cfg_attr(bootstrap, feature(file_lock))]
2020
// Configure clippy and other lints
2121
#![allow(
2222
clippy::collapsible_else_if,

tests/pass/shims/fs.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
#![feature(io_error_more)]
44
#![feature(io_error_uncategorized)]
5-
#![feature(file_lock)]
65

76
use std::collections::BTreeMap;
87
use std::ffi::OsString;

0 commit comments

Comments
 (0)