]> git.proxmox.com Git - rustc.git/blob - src/test/ui/feature-gate-doc_spotlight.stderr
New upstream version 1.25.0+dfsg1
[rustc.git] / src / test / ui / feature-gate-doc_spotlight.stderr
1 error[E0658]: #[doc(spotlight)] is experimental (see issue #45040)
2 --> $DIR/feature-gate-doc_spotlight.rs:11:1
3 |
4 11 | #[doc(spotlight)] //~ ERROR: #[doc(spotlight)] is experimental
5 | ^^^^^^^^^^^^^^^^^
6 |
7 = help: add #![feature(doc_spotlight)] to the crate attributes to enable
8
9 error: aborting due to previous error
10