rust/compiler/rustc_resolve/src
Dylan DPC 4eca4929ec
Rollup merge of #82989 - Smittyvb:other-lang-literal-errors, r=varkor
Custom error on literal names from other languages

This detects all Java literal types and all single word C data types, and suggests the corresponding Rust literal type.
2021-03-15 16:22:50 +01:00
..
late Custom error on literal names from other languages 2021-03-15 08:11:02 -04:00
build_reduced_graph.rs Support pub on macro_rules 2021-02-19 13:52:57 -03:00
check_unused.rs Attach TokenStream to ast::Visibility 2020-09-10 17:33:06 -04:00
def_collector.rs Make def_key and HIR parenting consistent. 2021-03-12 22:48:32 +01:00
diagnostics.rs Rollup merge of #81680 - camsteffen:primty, r=oli-obk 2021-02-06 17:01:45 +01:00
imports.rs resolve: Reduce scope of pub_use_of_private_extern_crate deprecation lint 2021-02-11 10:15:29 +03:00
late.rs Address review comments 2021-02-25 00:09:33 +00:00
lib.rs Make def_key and HIR parenting consistent. 2021-03-12 22:48:32 +01:00
macros.rs expand: Resolve and expand inner attributes on out-of-line modules 2021-03-14 18:10:29 +03:00