blob: 5479ab8bc912834a45e2615ed640de5d43beb99c [file] [log] [blame]
error: #[doc(include = "...")] is experimental (see issue #44732)
--> $DIR/feature-gate-external_doc.rs:11:1
|
11 | #[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