1
Fork 0
rust/compiler/rustc_resolve/src
Luqman Aden 57fda67291 Fix diagnostic for matching/creating x-crate re-exported tuple structs with private fields.
The more helpful diagnostic already existed but wasn't working if the
struct in question was a re-export from a different crate.
2021-05-08 00:33:31 -07:00
..
late add suggestion for unit enum variant when matched with a patern 2021-05-02 13:58:38 +02:00
build_reduced_graph.rs Fix diagnostic for matching/creating x-crate re-exported tuple structs with private fields. 2021-05-08 00:33:31 -07:00
check_unused.rs Attach TokenStream to ast::Visibility 2020-09-10 17:33:06 -04:00
def_collector.rs ast/hir: Rename field-related structures 2021-03-16 11:41:24 +03:00
diagnostics.rs make feature recommendations optional 2021-04-29 20:44:19 +02:00
imports.rs Fix ICE with use clippy:🅰️:b; 2021-03-21 14:20:28 -07:00
late.rs fix name resolution for param defaults 2021-04-21 15:25:32 +02:00
lib.rs Implement RFC 1260 with feature_name imported_main. 2021-04-29 08:35:08 +08:00
macros.rs resolve: Stable order for derive helper attributes 2021-04-04 17:51:41 +03:00