remove ice fix

This commit is contained in:
Pietro Albini 2022-09-18 16:11:28 +02:00
parent 24b0f99109
commit b4937c3c7b
No known key found for this signature in database
GPG key ID: 3E06ABE80BAAF19C

View file

@ -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