Files
rust/compiler
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
..
2021-02-14 18:03:11 +03:00
2021-03-10 17:53:35 -08:00
2021-03-11 12:24:43 +01:00