blob: 16507bf596f1311deac91e5f537b37f6c44c8752 [file] [log] [blame]
error[E0658]: #[doc(include = "...")] is experimental (see issue #44732)
--> $DIR/feature-gate-external_doc.rs:1:1
|
LL | #[doc(include="asdf.md")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
= 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`.