提交 5a350c13 编写于 作者: Q QuietMisdreavus

add doc(include) to the save-analysis test

上级 ab7f02d0
......@@ -12,6 +12,7 @@
#![feature(box_syntax)]
#![feature(rustc_private)]
#![feature(associated_type_defaults)]
#![feature(external_doc)]
extern crate graphviz;
// A simple rust project
......@@ -461,3 +462,6 @@ fn next(&mut self) -> Option<Self::Item> {
trait Foo {
type Bar = FrameBuffer;
}
#[doc(include="extra-docs.md")]
struct StructWithDocs;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册