rust/compiler/rustc_resolve/src
Takayuki Maeda df25189552 suggest calling Self::associated_function()
do not suggest when trait_ref is some

Update compiler/rustc_resolve/src/late/diagnostics.rs

Co-authored-by: lcnr <rust@lcnr.de>

use helper struct

add a test for functions with some params

refactor debug log
2022-05-05 16:44:09 +09:00
..
late suggest calling Self::associated_function() 2022-05-05 16:44:09 +09:00
access_levels.rs resolve/metadata: Stop encoding macros as reexports 2022-02-24 22:55:40 +03:00
build_reduced_graph.rs Compute has_pub_restricted in the resolver. 2022-04-23 23:03:18 +02:00
check_unused.rs span: move MultiSpan 2022-04-05 07:01:00 +01:00
def_collector.rs Visit generics inside visit_fn. 2022-04-17 11:03:33 +02:00
diagnostics.rs Remove redundant format!s 2022-04-21 16:46:20 +01:00
ident.rs Lint elided lifetimes in path on the AST. 2022-04-17 11:03:34 +02:00
imports.rs Rollup merge of #95887 - petrochenkov:doclink5, r=cjgillot 2022-04-16 14:25:55 +02:00
late.rs suggest calling Self::associated_function() 2022-05-05 16:44:09 +09:00
lib.rs Compute has_pub_restricted in the resolver. 2022-04-23 23:03:18 +02:00
macros.rs Pass last_import_segment and unusable_binding as parameters. 2022-04-12 19:51:46 +02:00