mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
7 lines
131 B
Rust
7 lines
131 B
Rust
//@aux-build:issue-5844-aux.rs
|
|
|
|
extern crate issue_5844_aux;
|
|
|
|
fn main() {
|
|
issue_5844_aux::rand(); //~ ERROR: requires unsafe
|
|
}
|