Sign in
qemu
/
meson
/
7b43a2e19613f3702935872b21b1020f7d8c6a9b
/
.
/
test cases
/
rust
/
7 private crate collision
/
rand.rs
blob: 8a3d427b25d0cbac065b4790ca1a7ef5419e7ae0 [
file
] [
log
] [
blame
]
// use a name that collides with one of the rustc_private libraries
#![
crate_name
=
"rand"
]
pub
fn
explore
()
->
&
'static str { "librarystring" }