rust/src/librustdoc/clean
bors 0f7d81754d Auto merge of #104696 - matthiaskrgr:rollup-gi1pdb0, r=matthiaskrgr
Rollup of 11 pull requests

Successful merges:

 - #103396 (Pin::new_unchecked: discuss pinning closure captures)
 - #104416 (Fix using `include_bytes` in pattern position)
 - #104557 (Add a test case for async dyn* traits)
 - #104559 (Split `MacArgs` in two.)
 - #104597 (Probe + better error messsage for `need_migrate_deref_output_trait_object`)
 - #104656 (Move tests)
 - #104657 (Do not check transmute if has non region infer)
 - #104663 (rustdoc: factor out common button CSS)
 - #104666 (Migrate alias search result to CSS variables)
 - #104674 (Make negative_impl and negative_impl_exists take the right types)
 - #104692 (Update test's cfg-if dependency to 1.0)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-11-22 01:35:57 +00:00
..
cfg Fix cfg(not) and cfg(all) causing Rustdoc stab to disappear 2022-06-16 01:11:26 +08:00
types rustdoc: Unindent doc fragments on Attributes construction 2022-04-21 16:13:02 +03:00
utils Valid underscores in hex/octal/binary literal docs 2021-05-03 20:11:09 -04:00
auto_trait.rs Stop passing the self-type as a separate argument. 2022-11-21 20:39:46 +00:00
blanket_impl.rs Convert predicates into Predicate in the Obligation constructor 2022-11-16 09:25:19 +00:00
cfg.rs Fix cfg(not) and cfg(all) causing Rustdoc stab to disappear 2022-06-16 01:11:26 +08:00
inline.rs Auto merge of #104013 - notriddle:notriddle/rustdoc-sizeof, r=GuillaumeGomez 2022-11-08 00:02:45 +00:00
mod.rs Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead 2022-11-17 07:42:27 +00:00
render_macro_matchers.rs Remove TreeAndSpacing. 2022-07-29 15:52:15 +10:00
simplify.rs rustdoc: create helper GenericParamDef::lifetime 2022-11-04 20:10:53 +01:00
types.rs Auto merge of #104013 - notriddle:notriddle/rustdoc-sizeof, r=GuillaumeGomez 2022-11-08 00:02:45 +00:00
utils.rs Split MacArgs in two. 2022-11-22 09:04:15 +11:00