Sign in
fuchsia
/
third_party
/
rust
/
2a3e17c6d5c49eeb770ade2fa660f98e9cce0ce0
/
.
/
tests
/
rustdoc
/
auto-impl-primitive.rs
blob: 3dab02506ca6136e0e66654f92232716b0fa6602 [
file
] [
log
] [
blame
]
#![
feature
(
rustc_attrs
)]
#![
crate_name
=
"foo"
]
pub
use
std
::
fs
::
File
;
//@ has 'foo/primitive.i16.html' '//h2[@id="synthetic-implementations"]' 'Auto Trait Implementation'
#[
rustc_doc_primitive
=
"i16"
]
/// I love poneys!
mod
prim
{}