5 lines
146 B
Rust
5 lines
146 B
Rust
// use a name that collides with one of the rustc_private libraries
|
|
#![crate_name = "rand"]
|
|
|
|
pub fn explore() -> &'static str { "librarystring" }
|