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
io::reader's read_* functions need to expose a mechanism to report an underlying OS errors. Perhaps the read functions should return a result<..., ~str> or option<...>?