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
" Things from the prelude (src/libstd/prelude.rs) {{{2synkeywordrustTrait Copy Send Sized SyncsynkeywordrustTrait Add Sub Mul Div Rem Neg NotsynkeywordrustTrait BitAnd BitOr BitXorsynkeywordrustTrait Drop Deref DerefMutsynkeywordrustTrait Shl Shr Index IndexMutsynkeywordrustTrait PartialEq PartialOrd Eq OrdsynkeywordrustTrait BoxsynkeywordrustSelf selfsynkeywordrustBoolean true false
…lbasi
Use external stack in borrowck DFS
Because damnit, it can crash r-a. Why do people make this stupid DFSes anyway (I get it, it's easier until it blows).
Fixesrust-lang#18223 (who thought DFS will be the problem).
Most of them are not even special cases in the compiler. E.g., giving Vec special highlighting makes no sense.
The text was updated successfully, but these errors were encountered: