blob: c032cc7a688038ecaa0282d9ce95382b1d7e658d [file] [log] [blame] [edit]
//@ check-pass
const _: fn(&String) = |s| { &*s as &str; };
fn main() {}