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
The new scheduler won't be ready for a long time still, but we can go ahead and migrate core::io to the new API once it has been designed. First do #6168 and probably #6164, then convert all users of core::io to the blocking implementation of core::rt::io. Then replace core::io.
The text was updated successfully, but these errors were encountered:
…eMacro, r=ebroto
Fix FP in `same_functions_in_if_condition` lint about condition as macro
Ignore expr that originate from a macro.
Fixes: rust-lang#6168
changelog: none
The new scheduler won't be ready for a long time still, but we can go ahead and migrate core::io to the new API once it has been designed. First do #6168 and probably #6164, then convert all users of core::io to the blocking implementation of core::rt::io. Then replace core::io.
The text was updated successfully, but these errors were encountered: