summaryrefslogtreecommitdiffstats
path: root/vendor/zerocopy/tests/ui-nightly/max-align.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/zerocopy/tests/ui-nightly/max-align.stderr')
-rw-r--r--vendor/zerocopy/tests/ui-nightly/max-align.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/zerocopy/tests/ui-nightly/max-align.stderr b/vendor/zerocopy/tests/ui-nightly/max-align.stderr
new file mode 100644
index 000000000..0cadb9a99
--- /dev/null
+++ b/vendor/zerocopy/tests/ui-nightly/max-align.stderr
@@ -0,0 +1,5 @@
+error[E0589]: invalid `repr(align)` attribute: larger than 2^29
+ --> tests/ui-nightly/max-align.rs:96:11
+ |
+96 | #[repr(C, align(1073741824))]
+ | ^^^^^^^^^^^^^^^^^