about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-5844.rs
blob: b855e87e3f5599430913ff3cc228e1d44be47062 (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
}