mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
mark error code as removed
This commit is contained in:
parent
9dd682803f
commit
a6ccd265e6
@ -1,9 +1,11 @@
|
||||
#### Note: this error code is no longer emitted by the compiler.
|
||||
|
||||
A struct, enum, or union with the `repr(transparent)` representation hint
|
||||
contains a zero-sized field that requires non-trivial alignment.
|
||||
|
||||
Erroneous code example:
|
||||
|
||||
```compile_fail,E0691
|
||||
```ignore (error is no longer emitted)
|
||||
#![feature(repr_align)]
|
||||
|
||||
#[repr(align(32))]
|
||||
|
Loading…
Reference in New Issue
Block a user