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
Should likely use out.as_raw_fd() instead. I think the same issue might exist in a few other places in that file that don't currently take a Term at all.
For example;
console/src/unix_term.rs
Lines 49 to 51 in 0567bdc
Should likely use
out.as_raw_fd()instead. I think the same issue might exist in a few other places in that file that don't currently take aTermat all.