Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit cbe2ec0

Browse files
committed
add test for std::random
1 parent e057c17 commit cbe2ec0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#![feature(random)]
2+
3+
fn main() {
4+
let _x: i32 = std::random::random();
5+
}

0 commit comments

Comments
 (0)