We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b49adfe commit cf36f4eCopy full SHA for cf36f4e
build_system/tests.rs
@@ -101,13 +101,11 @@ const BASE_SYSROOT_SUITE: &[TestCase] = &[
101
TestCase::build_bin("aot.issue-59326", "example/issue-59326.rs"),
102
];
103
104
-// FIXME(rust-random/rand#1293): Newer rand versions fail to test on Windows. Update once this is
105
-// fixed.
106
pub(crate) static RAND_REPO: GitRepo = GitRepo::github(
107
"rust-random",
108
"rand",
109
- "50b9a447410860af8d6db9a208c3576886955874",
110
- "446203b96054891e",
+ "f3dd0b885c4597b9617ca79987a0dd899ab29fcb",
+ "3f869e4fcd602b66",
111
112
);
113
0 commit comments