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
fix: incorrect autofix for missing wrapped unit in return expr
fixrust-lang#18298.
We should insert `Ok(())` or `Some(())` instead of wrapping `return` with variants.
The
Show
trait is not currently implemented forArc
s, even though it is forRc
. This should be made consistent.The text was updated successfully, but these errors were encountered: