blob: eb9e5b1046794955f630f86da58cd4b53be8d818 [file] [log] [blame]
//@ run-pass
#![allow(unused_variables)]
pub fn main() {
// We should be able to type infer inside of ||s.
let _f = || {
let i = 10;
};
}