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
Right now the prelude magically uses both #[feature(phase)] and #[feature(globs)] without declaring so. Something as critical as the prelude should not require the use of features that aren't actually part of the stable language. Nominating.