Skip to content

Commit

Permalink
mark error code as removed
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Aug 29, 2023
1 parent 9dd6828 commit a6ccd26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion compiler/rustc_error_codes/src/error_codes/E0691.md
Original file line number Diff line number Diff line change
@@ -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))]
Expand Down

0 comments on commit a6ccd26

Please sign in to comment.