diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2021-03-19 15:03:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-19 15:03:21 +0100 |
| commit | 61372e1af6a100aedc203d0739073b42f8977e4e (patch) | |
| tree | e03d9ecf658034f333855d44b9904a445f6c0c76 /src/test/ui/thinlto | |
| parent | 29609711a58312fc105a589e353d2ae197532fd5 (diff) | |
| parent | 1d26e6b632c78dedff2dd19d93d0687b2c97717d (diff) | |
| download | rust-61372e1af6a100aedc203d0739073b42f8977e4e.tar.gz rust-61372e1af6a100aedc203d0739073b42f8977e4e.zip | |
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``
Diffstat (limited to 'src/test/ui/thinlto')
0 files changed, 0 insertions, 0 deletions
