aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/cfg/packed_sneaky-span-issue-2.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/cfg/packed_sneaky-span-issue-2.stderr')
-rw-r--r--tests/ui/cfg/packed_sneaky-span-issue-2.stderr14
1 files changed, 4 insertions, 10 deletions
diff --git a/tests/ui/cfg/packed_sneaky-span-issue-2.stderr b/tests/ui/cfg/packed_sneaky-span-issue-2.stderr
index a957ceb..25b9cdc 100644
--- a/tests/ui/cfg/packed_sneaky-span-issue-2.stderr
+++ b/tests/ui/cfg/packed_sneaky-span-issue-2.stderr
@@ -1,11 +1,5 @@
error: #[pin_project] attribute may not be used on #[repr(packed)] types
- --> $DIR/packed_sneaky-span-issue-2.rs:6:1
- |
-6 | / struct S {
-7 | | //~^ ERROR may not be used on #[repr(packed)] types
-8 | | #[cfg(any())]
-9 | | #[pin]
-... |
-13 | | f: u8,
-14 | | }
- | |_^
+ --> $DIR/packed_sneaky-span-issue-2.rs:5:15
+ |
+5 | #[hidden_repr(packed)] //~ ERROR may not be used on #[repr(packed)] types
+ | ^^^^^^