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
I've been trying to replace log_err "Going down in flames..."; fail; wherever it appears in the compiler with calls to cx.sess.err (or .unimpl or .bug or .span_err, whatever's appropriate), all of which have a fail. But fail that takes an optional error string would be good for user code.
log_err "Going down in flames..."; fail;"
code is very common. It'd be nice to able to optionally supply an error message withfail
statements.The text was updated successfully, but these errors were encountered: