rust/tests/rustdoc/auto-impl-primitive.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
238 B
Rust
Raw Normal View History

#![feature(rustdoc_internals)]
2018-05-07 07:01:53 -05:00
#![crate_name = "foo"]
2018-05-07 07:01:53 -05:00
pub use std::fs::File;
// @has 'foo/primitive.i16.html' '//h2[@id="synthetic-implementations"]' 'Auto Trait Implementation'
#[doc(primitive = "i16")]
/// I love poneys!
mod prim {}