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.
Compiling
with
RUST_BACKTRACE=1 rustc bug.rs -Z verbose
givesThe text was updated successfully, but these errors were encountered: