Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
rustdoc
/
auto-impl-primitive.rs
blob: a6db93dbc33cdcc9133b8f9ffe85c5ad13188b90 [
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
{}