rust/compiler/rustc_resolve/src
bors 1d5b7c3c96 Auto merge of #78420 - estebank:suggest-assoc-fn, r=petrochenkov
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
2020-11-01 06:49:16 +00:00
..
late Auto merge of #78420 - estebank:suggest-assoc-fn, r=petrochenkov 2020-11-01 06:49:16 +00:00
build_reduced_graph.rs Fix even more clippy warnings 2020-10-30 10:13:39 -04:00
check_unused.rs Attach TokenStream to ast::Visibility 2020-09-10 17:33:06 -04:00
def_collector.rs Auto merge of #77546 - lcnr:impl-trait-closure, r=eddyb 2020-10-25 07:03:58 +00:00
diagnostics.rs Add back missing comments 2020-10-30 10:13:41 -04:00
imports.rs Fix even more clippy warnings 2020-10-30 10:13:39 -04:00
late.rs Auto merge of #78420 - estebank:suggest-assoc-fn, r=petrochenkov 2020-11-01 06:49:16 +00:00
lib.rs Fix even more clippy warnings 2020-10-30 10:13:39 -04:00
macros.rs resolve: Relax macro resolution consistency check to account for any errors 2020-10-24 21:26:08 +03:00