Sign in
rust
/
rust
/
9b1f20d20dc00a950f99a00a34be9d2ca78d1f0d
/
.
/
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
{
}