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