File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ and you can read more about it [on the advisory we published earlier
29
29
today] [ advisory ] . We recommend all users to update their toolchain immediately
30
30
and rebuild their programs with the updated compiler.
31
31
32
- Rust 1.58.1 also addresse several regressions introduced in Rust 1.58.0:
32
+ Rust 1.58.1 also addresses several regressions in diagnostics and tooling introduced in Rust 1.58.0:
33
33
34
34
* The ` non_send_fields_in_send_ty ` Clippy lint was discovered to have too many
35
35
false positives and has been moved to the experimental lints group (called
@@ -38,7 +38,7 @@ Rust 1.58.1 also addresse several regressions introduced in Rust 1.58.0:
38
38
identifiers in format strings, introduced in Rust 1.58.0.
39
39
* A regression in Rustfmt preventing generated files from being formatted when
40
40
passed through the standard input has been fixed.
41
- * An incorrect error message displayed by Rustc in some cases have been fixed.
41
+ * An incorrect error message displayed by ` rustc ` in some cases have been fixed.
42
42
43
43
You can find more detailed information on the specific regressions in the
44
44
[ release notes] .
You can’t perform that action at this time.
0 commit comments