aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/pin_project/packed_sneaky-1.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/pin_project/packed_sneaky-1.stderr')
-rw-r--r--tests/ui/pin_project/packed_sneaky-1.stderr12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/ui/pin_project/packed_sneaky-1.stderr b/tests/ui/pin_project/packed_sneaky-1.stderr
index 510200e..32fe407 100644
--- a/tests/ui/pin_project/packed_sneaky-1.stderr
+++ b/tests/ui/pin_project/packed_sneaky-1.stderr
@@ -1,17 +1,17 @@
error: #[pin_project] attribute may not be used on #[repr(packed)] types
- --> $DIR/packed_sneaky-1.rs:6:15
+ --> tests/ui/pin_project/packed_sneaky-1.rs:7:15
|
-6 | #[hidden_repr(packed)]
+7 | #[hidden_repr(packed)]
| ^^^^^^
error: #[pin_project] attribute may not be used on #[repr(packed)] types
- --> $DIR/packed_sneaky-1.rs:13:15
+ --> tests/ui/pin_project/packed_sneaky-1.rs:14:15
|
-13 | #[hidden_repr(packed)]
+14 | #[hidden_repr(packed)]
| ^^^^^^
error: #[pin_project] attribute may not be used on #[repr(packed)] types
- --> $DIR/packed_sneaky-1.rs:22:15
+ --> tests/ui/pin_project/packed_sneaky-1.rs:23:15
|
-22 | #[hidden_repr(packed)]
+23 | #[hidden_repr(packed)]
| ^^^^^^