From b4937c3c7bc37baf3e603c9434972b9a5251abb8 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Sun, 18 Sep 2022 16:11:28 +0200 Subject: [PATCH] remove ice fix --- RELEASES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 54086549f5c9..2b32349f48fa 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