You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/breaking-changes/prelude.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ For this reason, [`TryFrom` and `TryInto`](https://github.com/rust-lang/rust/iss
15
15
Unlike other item types, rustc's name resolution for macros does not support giving prelude macros a lower priority than other macros, even if the macro is unstable.
16
16
As a general rule, avoid adding macros to the prelude except at edition boundaries.
17
17
18
-
This issues was encoutered when trying to land the [`assert_matches!` macro](https://github.com/rust-lang/rust/issues/82913).
18
+
This issue was encountered when trying to land the [`assert_matches!` macro](https://github.com/rust-lang/rust/issues/82913).
0 commit comments