rust/tests/pretty/hir-pretty-attr.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
138 B
Rust
Raw Permalink Normal View History

2025-02-09 22:50:03 +01:00
//@ pretty-compare-only
//@ pretty-mode:hir
//@ pp-exact:hir-pretty-attr.pp
#[repr(C, packed(4))]
#[repr(transparent)]
struct Example {}