rust/compiler/rustc_resolve/src
Stuart Cook 82df6229b6
Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obk
Add new `PatKind::Missing` variants

To avoid some ugly uses of `kw::Empty` when handling "missing" patterns, e.g. in bare fn tys. Helps with #137978. Details in the individual commits.

r? ``@oli-obk``
2025-04-07 22:29:17 +10:00
..
late Address review comments. 2025-04-01 16:07:23 +11:00
build_reduced_graph.rs Address review comments. 2025-04-01 16:07:23 +11:00
check_unused.rs Move ast::Item::ident into ast::ItemKind. 2025-04-01 14:08:57 +11:00
def_collector.rs Address review comments. 2025-04-01 16:07:23 +11:00
diagnostics.rs Rollup merge of #138790 - xizheyin:issue-138626, r=compiler-errors 2025-04-01 20:25:21 +02:00
effective_visibilities.rs Move ast::Item::ident into ast::ItemKind. 2025-04-01 14:08:57 +11:00
errors.rs Allow builtin macros to be used more than once. 2025-03-19 14:12:47 +01:00
ident.rs resolve: Avoid some unstable iteration 2 2025-03-24 23:03:11 +03:00
imports.rs Rollup merge of #138790 - xizheyin:issue-138626, r=compiler-errors 2025-04-01 20:25:21 +02:00
late.rs Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obk 2025-04-07 22:29:17 +10:00
lib.rs Rollup merge of #139184 - Urgau:crate-root-lint-levels, r=jieyouxu 2025-04-02 22:52:45 +09:00
macros.rs Rollup merge of #139184 - Urgau:crate-root-lint-levels, r=jieyouxu 2025-04-02 22:52:45 +09:00
rustdoc.rs rustc_resolve: prevent iteration of refids for completeness 2025-03-27 12:39:48 -04:00