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
Most uses of the obj system should, at this point, be replaceable with uses of the iface/impl system, with some degree of improved performance to boot. Try this in our own code (libstd and rustc) and see how far it can get. If complete, remove 'obj' support from the compiler.