Post Aumg1kdXrVhJIRQBvc by [email protected] | |
More posts by [email protected] | |
Post #AumVZiEsBWtiD2sAMq by [email protected] | |
0 likes, 1 repeats | |
error[E0658]: `let` expressions in this position are unstableUnsupported:if let… | |
Post #Aumg1kdXrVhJIRQBvc by [email protected] | |
0 likes, 1 repeats | |
@G33KatWork Rust is not my primary development language, so please feel free to… | |
Post #Aumh0R39IhUcDGKl8K by [email protected] | |
0 likes, 1 repeats | |
@greg In my mind || doesn't make sense at all for if-let-expressions.Both, … | |
Post #AumhBX6p73EIBtLPNY by [email protected] | |
0 likes, 1 repeats | |
@G33KatWork is that on the latest rust version? They added some new features a… | |
Post #AumhHN0zYTeucdOrY0 by [email protected] | |
0 likes, 1 repeats | |
@dmnk 1.89 nightly 🤷♂️ Maybe I'm holding it wrong. | |
Post #AumhrAgsr0ewp949Q0 by [email protected] | |
0 likes, 1 repeats | |
@G33KatWork That's exactly what I'm trying to say, yes.Then again, the … | |
Post #AumpfF0llNAgNnBo7k by [email protected] | |
0 likes, 0 repeats | |
@greg @G33KatWork The whole `if-let` thing was mistake from the get-go. And now… | |
Post #AumpfF6nOxzYgU0cW8 by [email protected] | |
0 likes, 1 repeats | |
@soc @G33KatWork on the upside, Rust is at least not using product types for er… | |
Post #Aun6pBR7bkuBPaqHIW by [email protected] | |
0 likes, 1 repeats | |
@greg @G33KatWork I could seeif let Ok(x) = foo || let Ok(x) = bar { ... }make … | |
Post #Aun7hO3EvFqiAoWACG by [email protected] | |
0 likes, 1 repeats | |
@oots @G33KatWork yes, but then you'd be limited to using the same type (or… | |
Post #AuoXdyvcfEgdLzx4SG by [email protected] | |
0 likes, 1 repeats | |
@G33KatWork Sounds modern enough, probably just the way it is | |
Post #Aup3xuOsPG6TdQBGnw by [email protected] | |
0 likes, 1 repeats | |
@greg @G33KatWork Yes, with `||` it would have to be the same type. And TIL abo… |