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 comment just below this one describes how the `impl !Send for
FatalError` makes it impossible to `panic!(FatalError)`.
(Which still puzzles me, because `panic!(FatalError)` is invalid because
the first argument of `panic!` must be a string literal. And
`panic!("{}", FatalError)` works whether `Send` is impl'd or not.)
0 commit comments