summary refs log tree commit diff
path: root/src/test/ui/feature-gate-external_doc.stderr
blob: 272380f2336e9959fbb5bccf5d3e771a60e2feec (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0658]: #[doc(include = "...")] is experimental (see issue #44732)
  --> $DIR/feature-gate-external_doc.rs:11:1
   |
LL | #[doc(include="asdf.md")] //~ ERROR: #[doc(include = "...")] is experimental
   | ^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: add #![feature(external_doc)] to the crate attributes to enable

error: aborting due to previous error

For more information about this error, try `rustc --explain E0658`.