We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f3eee commit 31fbf33Copy full SHA for 31fbf33
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