Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
tests
/
pretty
/
hir-pretty-attr.pp
blob: be23294e8f7eb57948bc3512357658c437cd5197 [
file
]
extern
crate std
;
#[attr = PreludeImport]
use
::
std
::
prelude
::
rust_2015
::*;
//@ pretty-compare-only
//@ pretty-mode:hir
//@ pp-exact:hir-pretty-attr.pp
#[attr = Repr {reprs: [ReprC, ReprPacked(Align(4 bytes)), ReprTransparent]}]
struct
Example
{
}