blob: 676b3507c57409eabfd3976ddf623123e6163412 [file] [log] [blame]
#![allow(dead_code)]
// Test that the lambda kind is inferred correctly as a return
// expression
// pretty-expanded FIXME #23616
fn unique() -> Box<FnMut()+'static> { Box::new(|| ()) }
pub fn main() {
}