Skip to content

Commit 9b0962c

Browse files
authored
Merge pull request #4468 from rust-lang/rustup-2025-07-15
Automatic Rustup
2 parents 0ed2a3b + 1f6722a commit 9b0962c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9c3064e131f4939cc95a29bb11413c49bbda1491
1+
7f2065a4bae1faed5bab928c670964eafbf43b55

test_dependencies/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ windows-sys = { version = "0.59", features = [
3434
"Wdk_Storage_FileSystem",
3535
] }
3636

37+
# Make sure we are not part of the rustc workspace.
3738
[workspace]

tests/pass/shims/random.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![feature(random)]
22

33
fn main() {
4-
let _x: i32 = std::random::random();
4+
let _x: i32 = std::random::random(..);
55
}

0 commit comments

Comments
 (0)