2024-02-16 20:02:50 +00:00

6 lines
75 B
Rust

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