Sign in
rust
/
rust
/
refs/heads/automation/bors/try
/
.
/
tests
/
rustdoc-html
/
auto
/
auto-impl-primitive.rs
blob: b9c9edc0c6bbc9c3fe43dd181e7b5a0818d16864 [
file
] [
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!
const
_
:
()
=
();