blob: 93b7ddf5e9e0951f6162750eb250bc91616691cc [file] [log] [blame] [edit]
// issue: 114131
fn main() {
let hello = len(vec![]);
//~^ ERROR cannot find function `len` in this scope
}