Skip to content

Commit a6ccd26

Browse files
committed
mark error code as removed
1 parent 9dd6828 commit a6ccd26

File tree

1 file changed

+3
-1
lines changed
  • compiler/rustc_error_codes/src/error_codes

1 file changed

+3
-1
lines changed

compiler/rustc_error_codes/src/error_codes/E0691.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
#### Note: this error code is no longer emitted by the compiler.
2+
13
A struct, enum, or union with the `repr(transparent)` representation hint
24
contains a zero-sized field that requires non-trivial alignment.
35

46
Erroneous code example:
57

6-
```compile_fail,E0691
8+
```ignore (error is no longer emitted)
79
#![feature(repr_align)]
810
911
#[repr(align(32))]

0 commit comments

Comments
 (0)