about summary refs log tree commit diff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2022-09-18 16:11:28 +0200
committerPietro Albini <pietro@pietroalbini.org>2022-09-18 16:12:05 +0200
commitb4937c3c7bc37baf3e603c9434972b9a5251abb8 (patch)
treed182180e47f36b8a1aecc1088cad3c41281585d6 /RELEASES.md
parent24b0f99109903728973853f872b2d8f1682edb8c (diff)
downloadrust-b4937c3c7bc37baf3e603c9434972b9a5251abb8.tar.gz
rust-b4937c3c7bc37baf3e603c9434972b9a5251abb8.zip
remove ice fix
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 54086549f5c..2b32349f48f 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -14,7 +14,6 @@ Compiler
     information on Rust's tiered platform support.
 - [Only compile `#[used]` as llvm.compiler.used for ELF targets](https://github.com/rust-lang/rust/pull/93718/)
 - [Add the `--diagnostic-width` compiler flag to define the terminal width.](https://github.com/rust-lang/rust/pull/95635/)
-- [Fix repr(align) enum handling](https://github.com/rust-lang/rust/pull/96814/)
 - [Add support for link-flavor `rust-lld` for iOS, tvOS and watchOS](https://github.com/rust-lang/rust/pull/98771/)
 
 Libraries