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
Send raw tokens through the LLVM coordination channel
Sending an io::Result of the acquired token is a bit odd as the receiver
can't productively do anything on error (other than panic) and largely
if we've encountered an error when reading from the pipe it's not
something that we expect to happen (i.e., likely indicates something has
gone wrong outside our control or is a rustc programmer error) so a
panic is appropriate.
0 commit comments