rust/compiler/rustc_resolve/src
David Wood 27bb27f71c
resolve: private fields in tuple struct ctor diag
This commit improves the diagnostic emitted when a tuple struct is being
constructed which has private fields so that private fields are
labelled and the message is improved.

Signed-off-by: David Wood <david@davidtw.co>
2020-10-26 14:56:27 +00:00
..
late resolve: private fields in tuple struct ctor diag 2020-10-26 14:56:27 +00:00
build_reduced_graph.rs Compute proper module parent during resolution 2020-10-24 14:28:13 -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 Rollup merge of #75209 - Hirrolot:suggest-macro-imports, r=estebank 2020-10-17 05:36:32 +09:00
imports.rs Revert "resolve: Avoid "self-confirming" import resolutions in one more case" 2020-10-02 00:58:37 +03:00
late.rs Suggest correct place to add self parameter when inside closure 2020-10-17 13:36:59 +02:00
lib.rs Auto merge of #78134 - bugadani:arena-nodrop, r=lcnr 2020-10-22 07:05:21 +00:00
macros.rs resolve: Relax macro resolution consistency check to account for any errors 2020-10-24 21:26:08 +03:00