Sign in
rust
/
rust
/
refs/heads/beta
/
.
/
tests
/
pretty
/
hir-pretty-attr.rs
blob: eb5a677024a8e4cc47c3e64ea92b982689d0c0de [
file
] [
log
] [
blame
]
//@ pretty-compare-only
//@ pretty-mode:hir
//@ pp-exact:hir-pretty-attr.pp
#[
repr
(
C
,
packed
(
4
))]
#[
repr
(
transparent
)]
struct
Example
{}