Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
tests
/
ui
/
methods
/
suggest-method-on-call-with-macro-rcvr.rs
blob: 93b7ddf5e9e0951f6162750eb250bc91616691cc [
file
] [
log
] [
blame
]
// issue: 114131
fn
main
()
{
let
hello
=
len
(
vec
![]);
//~^ ERROR cannot find function `len` in this scope
}