about summary refs log tree commit diff
path: root/tests/ui/issues/issue-5844.rs
blob: 23021207ae195b624d3aef45e3f0365c10f990ba (plain)
1
2
3
4
5
6
7
//@aux-build:issue-5844-aux.rs

extern crate issue_5844_aux;

fn main() {
    issue_5844_aux::rand(); //~ ERROR: requires unsafe
}