rust/src/test/ui/feature-gate-external_doc.stderr
Guillaume Gomez 2e104a77cf update tests
2018-03-14 00:53:24 +01:00

11 lines
424 B
Text

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`.