Sign in
rust
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
unsafe
/
extern-function-requires-unsafe-5844.rs
blob: 11863ce647ae1efaa5f6a2e4c764daaec559d5b6 [
file
] [
log
] [
blame
]
// 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
}