Skip to content

Commit 7e3bc2e

Browse files
committed
fix: const-attr-paths hir pretty printing
1 parent 917cdf4 commit 7e3bc2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/pretty/hir-pretty-attr.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
//@ pretty-mode:hir
66
//@ pp-exact:hir-pretty-attr.pp
77

8-
#[attr = Repr {reprs: [ReprC, ReprPacked(Align(4 bytes)), ReprTransparent]}]
8+
#[attr = Repr {reprs: [ReprC, ReprPacked(Lit(4)), ReprTransparent]}]
99
struct Example {
1010
}

0 commit comments

Comments
 (0)