aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/cfg/packed_sneaky.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/cfg/packed_sneaky.stderr')
-rw-r--r--tests/ui/cfg/packed_sneaky.stderr7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ui/cfg/packed_sneaky.stderr b/tests/ui/cfg/packed_sneaky.stderr
new file mode 100644
index 0000000..5910cf4
--- /dev/null
+++ b/tests/ui/cfg/packed_sneaky.stderr
@@ -0,0 +1,7 @@
+error: #[pin_project] attribute may not be used on #[repr(packed)] types
+ --> $DIR/packed_sneaky.rs:6:1
+ |
+6 | #[hidden_repr_cfg_not_any(packed)] //~ ERROR may not be used on #[repr(packed)] types
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+ |
+ = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)