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 e057c17 commit cbe2ec0Copy full SHA for cbe2ec0
src/tools/miri/tests/pass/shims/random.rs
@@ -0,0 +1,5 @@
1
+#![feature(random)]
2
+
3
+fn main() {
4
+ let _x: i32 = std::random::random();
5
+}
0 commit comments