Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
auto-impl-primitive.rs
blob: 3dab02506ca6136e0e66654f92232716b0fa6602 [
file
] [
log
] [
blame
] [
edit
]
#![
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
{}