We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
e.g.
struct Foo; impl Foo { fn function() {} } fn main() { Foo.function(); }
The error, "Foo does not implement any method in scope named function", could have a note "maybe you meant to call the non-method Foo::function(...)".
function
Foo::function(...)