mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
1d5b7c3c96
Suggest calling associated `fn` inside `trait`s 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 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |