mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 10:18:25 +00:00
9 lines
162 B
Rust
9 lines
162 B
Rust
// https://github.com/rust-lang/rust/issues/5844
|
|
//@aux-build:aux-5844.rs
|
|
|
|
extern crate aux_5844;
|
|
|
|
fn main() {
|
|
aux_5844::rand(); //~ ERROR: requires unsafe
|
|
}
|