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
Build Servo, get a bunch of errors relating to Send bounds on types, some of which call out layout_interface::Msg in particular.
modify TestMsg to be the following: TestMsg(Sender<Sender<((), Receiver<()>)>>) (or get rid of the first tuple argument, or get rid of one level of Sender, etc.)
Build Servo again, see that it builds without any problems.