Sign in
rust
/
rust
/
ca387339e33af5ce1bac78d687e8668dffdfed97
/
.
/
src
/
test
/
rustdoc
/
auto-impl-primitive.rs
blob: 172333d445d8533450b4dffb2050dea910fa7e15 [
file
] [
log
] [
blame
]
#![
feature
(
rustdoc_internals
)]
#![
crate_name
=
"foo"
]
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
{}