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
However, attempting to do so generates this warning:
|
1272 | #[cold]
| ^^^^^^^
|
= note: `#[warn(unused_attributes)]` on by default
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
= note: see issue #80564 <https://github.com/rust-lang/rust/issues/80564> for more information
Therefore, it seems like the reference to cold should be removed here.
The text was updated successfully, but these errors were encountered:
The section Attributes on match arms lists
#[cold]
as one of the macros that can be applied to match guards:However, attempting to do so generates this warning:
Therefore, it seems like the reference to
cold
should be removed here.The text was updated successfully, but these errors were encountered: