rust/compiler/rustc_resolve/src
Georg Semmler 5b576665e5
Introduce the #[diagnostic] attribute namespace
Co-authored-by: est31 <est31@users.noreply.github.com>

Co-authored-by: Esteban Kuber <estebank@users.noreply.github.com>

Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
2023-07-28 13:28:02 +02:00
..
diagnostics Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
late Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
build_reduced_graph.rs Replace RPITIT current impl with new strategy that lowers as a GAT 2023-07-08 18:21:34 -03:00
check_unused.rs Make it clearer that edition functions are >=, not == 2023-07-19 16:38:35 +00:00
def_collector.rs Remove the NodeId of ast::ExprKind::Async 2023-03-19 19:01:31 +01:00
diagnostics.rs fix clippy::useless_format 2023-07-23 11:14:52 +02:00
effective_visibilities.rs resolve: Use Interned for NameBinding 2023-07-05 13:47:36 +03:00
errors.rs Add translatable diagnostic for import resolution strings 2023-06-25 08:29:28 +01:00
ident.rs Make it clearer that edition functions are >=, not == 2023-07-19 16:38:35 +00:00
imports.rs resolve: ensure compile failed when has dummy or ambiguous 2023-07-25 01:57:12 +08:00
late.rs Auto merge of #113958 - lukas-code:doc-links, r=GuillaumeGomez,petrochenkov 2023-07-25 01:35:53 +00:00
lib.rs Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
macros.rs Introduce the #[diagnostic] attribute namespace 2023-07-28 13:28:02 +02:00
rustdoc.rs rustdoc: fix ICE from rustc_resolve and librustdoc parse divergence 2023-04-18 12:22:13 -07:00