mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
982b49494e
This is to make the diff when stabilizing it easier to review.
8 lines
130 B
Rust
8 lines
130 B
Rust
//aux-build:issue-5844-aux.rs
|
|
|
|
extern crate issue_5844_aux;
|
|
|
|
fn main() {
|
|
issue_5844_aux::rand(); //~ ERROR: requires unsafe
|
|
}
|