about summary refs log tree commit diff
path: root/tests/pretty/hir-pretty-attr.pp
blob: 01bfe2c095476f98ab7dd4fecf7316c9ba94d787 (plain)
1
2
3
4
5
6
7
8
9
10
11
#[attr = MacroUse {arguments: UseAll}]
extern crate std;
#[prelude_import]
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 {
}