We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62f1840 + 31fbf33 commit d7f5e56Copy full SHA for d7f5e56
src/librustc_error_codes/error_codes/E0589.md
@@ -1,6 +1,8 @@
1
The value of `N` that was specified for `repr(align(N))` was not a power
2
of two, or was greater than 2^29.
3
4
+Erroneous code example:
5
+
6
```compile_fail,E0589
7
#[repr(align(15))] // error: invalid `repr(align)` attribute: not a power of two
8
enum Foo {
0 commit comments