rust/src/librustdoc/clean
Dylan DPC 61372e1af6
Rollup merge of #82846 - GuillaumeGomez:doc-alias-list, r=jyn514
rustdoc: allow list syntax for #[doc(alias)] attributes

Fixes https://github.com/rust-lang/rust/issues/81205.

It now allows to have:

```rust
#[doc(alias = "x")]
// and:
#[doc(alias("y", "z"))]
```

cc ``@jplatte``
r? ``@jyn514``
2021-03-19 15:03:21 +01:00
..
cfg Teach rustdoc how to display WASI. 2021-02-27 07:33:28 -08:00
auto_trait.rs Get TyCtxt from self instead of passing as argument in AutoTraitFinder 2021-03-01 22:59:24 +02:00
blanket_impl.rs Remove the dummy cache in `DocContext` 2021-03-01 00:30:30 -05:00
cfg.rs Rollup merge of #82593 - sunfishcode:wasi-docs, r=alexcrichton 2021-03-02 21:23:18 +09:00
inline.rs Remove the dummy cache in `DocContext` 2021-03-01 00:30:30 -05:00
mod.rs hir: Preserve used syntax in `TyKind::TraitObject` 2021-03-18 03:02:32 +03:00
simplify.rs Review changes 2021-01-16 18:56:37 -05:00
types.rs Rollup merge of #82846 - GuillaumeGomez:doc-alias-list, r=jyn514 2021-03-19 15:03:21 +01:00
utils.rs Remove `masked_crates` from `clean::Crate` 2021-03-09 20:02:52 -08:00