granite-rust/compiler/rustc_resolve
Esteban Küber 9e16213610 Suggest calling associated fn inside traits
When calling a function that doesn't exist inside of a trait's
associated `fn`, and another associated `fn` in that trait has that
name, suggest calling it with the appropriate fully-qualified path.

Expand the label to be more descriptive.

Prompted by the following user experience:
https://users.rust-lang.org/t/cannot-find-function/50663
2020-10-26 16:31:11 -07:00
..
src Suggest calling associated fn inside traits 2020-10-26 16:31:11 -07:00
Cargo.toml mv compiler to compiler/ 2020-08-30 18:45:07 +03:00