mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-27 15:55:14 +00: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
|
|
}
|