Skip to content

Commit 1f6722a

Browse files
author
The Miri Cronjob Bot
committed
Merge from rustc
2 parents edcf126 + dc4928a commit 1f6722a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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)