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
fnfoo() -> implSend{bar()}fnis_send<T:Send>(_:T){}fnbar() -> implSend{iffalse{is_send(foo());// failure in new solver only}}
also affects the following RPITIT test:
tests/ui/impl-trait/in-trait/refine-cycle.rs
We could stop auto trait leakage if the auto trait is part of the item bounds of the opaque. Lets wait until we encounter this issue in practice, even if I consider that change desirable regardless