about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2022-09-18 16:06:03 +0200
committerPietro Albini <pietro@pietroalbini.org>2022-09-18 16:12:02 +0200
commitf062d5a99dc8e571b69dbc204f95760ccb0bb042 (patch)
tree9c6ba467b9a909071e0c3c6425e53de2bdcde81b
parent8cad20de55bdff675314a691f469790c307a2efe (diff)
downloadrust-f062d5a99dc8e571b69dbc204f95760ccb0bb042.tar.gz
rust-f062d5a99dc8e571b69dbc204f95760ccb0bb042.zip
remove diagnostic changes
-rw-r--r--RELEASES.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 91a427b5e93..a41437eab0c 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -15,10 +15,7 @@ Compiler
 - [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/)
-- [Suggest defining variable as mutable on `&mut _` type mismatch in pats](https://github.com/rust-lang/rust/pull/98431/)
-- [Emit warning when named arguments are used positionally in format](https://github.com/rust-lang/rust/pull/98580/)
 - [Add support for link-flavor `rust-lld` for iOS, tvOS and watchOS](https://github.com/rust-lang/rust/pull/98771/)
-- [Do not mention private types from other crates as impl candidates](https://github.com/rust-lang/rust/pull/99091/)
 
 Libraries
 ---------