Update miri for change to random API
This commit is contained in:
parent
5e203851f7
commit
900aa00584
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#![feature(random)]
|
||||
|
||||
fn main() {
|
||||
let _x: i32 = std::random::random();
|
||||
let _x: i32 = std::random::random(..);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue