6 lines
75 B
Rust
Raw Normal View History

//@ check-pass
const _: fn(&String) = |s| { &*s as &str; };
fn main() {}