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
Option.flatten relies on Option.and_then, which has a generic trait
bound and can't be const yet. From @oli-obk:
> please undo all constifications for functions that take generic things
> with trait bounds (other than Sized), these require
> rust-lang/rfcs#2632 first
0 commit comments