]> git.proxmox.com Git - rustc.git/blame - src/test/ui/feature-gates/feature-gate-doc_alias.stderr
New upstream version 1.42.0+dfsg0+pve1
[rustc.git] / src / test / ui / feature-gates / feature-gate-doc_alias.stderr
CommitLineData
e1599b0c 1error[E0658]: `#[doc(alias)]` is experimental
0731742a 2 --> $DIR/feature-gate-doc_alias.rs:1:1
83c7162d 3 |
532ac7d7 4LL | #[doc(alias = "foo")]
83c7162d
XL
5 | ^^^^^^^^^^^^^^^^^^^^^
6 |
48663c56 7 = note: for more information, see https://github.com/rust-lang/rust/issues/50146
416331ca 8 = help: add `#![feature(doc_alias)]` to the crate attributes to enable
83c7162d
XL
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0658`.