mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
8 lines
131 B
Rust
8 lines
131 B
Rust
//@aux-build:issue-5844-aux.rs
|
|
|
|
extern crate issue_5844_aux;
|
|
|
|
fn main() {
|
|
issue_5844_aux::rand(); //~ ERROR: requires unsafe
|
|
}
|