Skip to content

Commit 79f9b28

Browse files
BoxyUwUkpreid
andauthored
Update content/Rust-1.92.0.md
Co-authored-by: Kevin Reid <[email protected]>
1 parent 110f45f commit 79f9b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/Rust-1.92.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ In Rust 1.92 unwind tables will be emitted by default even when `-Cpanic=abort`
9292

9393
Over the past few releases, many changes were made to the way built-in attributes are processed in the compiler. This should greatly improve the error messages and warnings Rust gives for built-in attributes and especially make these diagnostics more consistent among all of the over 100 built-in attributes.
9494

95-
To give a small example, in this release specifically, Rust became stricter in checking what arguments are allowed to `macro_export` by [upgrading that check to a "deny-by-default lint" that will be reported in dependencies.](https://github.com/rust-lang/rust/pull/143857).
95+
To give a small example, in this release specifically, Rust became stricter in checking what arguments are allowed to `macro_export` by [upgrading that check to a "deny-by-default lint" that will be reported in dependencies](https://github.com/rust-lang/rust/pull/143857).
9696

9797
### Stabilized APIs
9898

0 commit comments

Comments
 (0)