Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-5844.rs
blob: 23021207ae195b624d3aef45e3f0365c10f990ba [
file
] [
log
] [
blame
] [
edit
]
//@aux-build:issue-5844-aux.rs
extern
crate issue_5844_aux
;
fn
main
()
{
issue_5844_aux
::
rand
();
//~ ERROR: requires unsafe
}