2018-11-05 04:00:03 +00:00
|
|
|
//aux-build:issue-5844-aux.rs
|
2021-03-14 20:11:37 +01:00
|
|
|
// revisions: mir thir
|
|
|
|
// [thir]compile-flags: -Z thir-unsafeck
|
2013-07-22 21:48:41 -07:00
|
|
|
|
2014-02-14 10:10:06 -08:00
|
|
|
extern crate issue_5844_aux;
|
2013-07-22 21:48:41 -07:00
|
|
|
|
|
|
|
fn main () {
|
|
|
|
issue_5844_aux::rand(); //~ ERROR: requires unsafe
|
|
|
|
}
|