rust/src/librustdoc/passes
Guillaume Gomez c6d20d70b4
Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkov
merge `DefKind::Coroutine` into `Defkind::Closure`

Related to #118188

We no longer need to be concerned about the precise type whether it's `DefKind::Closure` or `DefKind::Coroutine`.

Furthermore, thanks for the great work done by `@petrochenkov` on investigating https://rust-lang.zulipchat.com/#narrow/stream/182449-t-compiler.2Fhelp/topic/Why.20does.20it.20hang.20when.20querying.20.EF.BB.BF.60opt_def_kind.60.3F

r? `@petrochenkov`
2023-11-26 15:44:54 +01:00
..
lint rustc: hir().local_def_id_to_hir_id() -> tcx.local_def_id_to_hir_id() cleanup 2023-11-26 12:41:21 +03:00
calculate_doc_coverage.rs Don't emit an error if the custom_code_classes_in_docs feature is disabled when its syntax is used. 2023-09-17 15:11:44 +02:00
check_custom_code_classes.rs Return early in check_custom_code_classes check if the feature is enabled 2023-09-19 13:20:18 +02:00
check_doc_test_visibility.rs rustc: hir().local_def_id_to_hir_id() -> tcx.local_def_id_to_hir_id() cleanup 2023-11-26 12:41:21 +03:00
collect_intra_doc_links.rs merge DefKind::Coroutine into DefKind::Closure 2023-11-26 21:05:08 +08:00
collect_trait_impls.rs is_{some,ok}_and for rustdoc 2023-11-25 17:18:33 +00:00
lint.rs Refactor lint from rustc to rustdoc 2023-08-18 15:19:15 +08:00
mod.rs Implement custom classes for rustdoc code blocks with custom_code_classes_in_docs feature 2023-09-15 21:32:27 +02:00
propagate_doc_cfg.rs Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
strip_hidden.rs Move inherits_doc_hidden and should_ignore_res into clean/utils.rs 2023-07-29 14:39:10 +02:00
strip_priv_imports.rs Correctly handle --document-hidden-items 2023-07-14 17:25:09 +02:00
strip_private.rs Correctly handle --document-hidden-items 2023-07-14 17:25:09 +02:00
stripper.rs Re-format code with new rustfmt 2023-11-15 21:45:48 -05:00