Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
pretty
/
hir-pretty-attr.pp
blob: be23294e8f7eb57948bc3512357658c437cd5197 [
file
] [
edit
]
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
{
}