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
A error message suggesting to "consider removing this semicolon" with the relevant code highlighted as in prior releases.
Instead, this happened:
error[E0308]: mismatched types
--> src/lib.rs:1:23
|
1 | fn return_tuple() -> (i32) {
| ------------ ^^^ expected `i32`, found `()`
| |
| implicitly returns `()` as its body has no tail or `return` expression