summaryrefslogtreecommitdiffstats
path: root/tests/ui/methods/suggest-method-on-call-with-macro-rcvr.rs
blob: 93b7ddf5e9e0951f6162750eb250bc91616691cc (plain)
1
2
3
4
5
6
// issue: 114131

fn main() {
    let hello = len(vec![]);
    //~^ ERROR cannot find function `len` in this scope
}