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: RELEASES.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -74,13 +74,13 @@ Compatibility Notes
74
74
recommended to use the `compare_exchange` and `compare_exchange_weak` methods instead.
75
75
-[Changes in how `TokenStream`s are checked have fixed some cases where you could write
76
76
unhygenic `macro_rules!` macros.][79472]
77
-
-[`#![test]` as an inner attribute is now considered unstable like other inner macro attributes, and reports an error by default through the `soft_unstable` lint.][79003]
77
+
-[`#![test]` as an inner attribute is now considered unstable like other inner macro
78
+
attributes, and reports an error by default through the `soft_unstable` lint.][79003]
78
79
-[Overriding a `forbid` lint at the same level that it was set is now a hard error.][78864]
79
80
-[Dropped support for all cloudabi targets.][78439]
80
81
-[You can no longer intercept `panic!` calls by supplying your own macro.][78343] It's
81
82
recommended to use the `#[panic_handler]` attribute to provide your own implementation.
82
83
-[Semi-colons after item statements (e.g. `struct Foo {};`) now produce a warning.][78296]
83
-
-[Panics in `drop` implementations no longer cause return values in functions to be leaked.][78373]
0 commit comments