2025-07-12 17:34:43 +02:00
|
|
|
#[attr = MacroUse {arguments: UseAll}]
|
2025-02-09 22:50:03 +01:00
|
|
|
extern crate std;
|
2025-07-28 17:24:28 +03:00
|
|
|
#[prelude_import]
|
|
|
|
|
use ::std::prelude::rust_2015::*;
|
2025-02-09 22:50:03 +01:00
|
|
|
//@ pretty-compare-only
|
|
|
|
|
//@ pretty-mode:hir
|
|
|
|
|
//@ pp-exact:hir-pretty-attr.pp
|
|
|
|
|
|
2025-07-04 12:42:33 +02:00
|
|
|
#[attr = Repr {reprs: [ReprC, ReprPacked(Align(4 bytes)), ReprTransparent]}]
|
2025-02-09 22:50:03 +01:00
|
|
|
struct Example {
|
|
|
|
|
}
|