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 `send_indirection_msg` struct is not following Rust conventions.
Rename it to make rust-analyzer stop emitting a warning at random times.
(It seems like rustc itself doesn't warn because the struct is
`repr(C)`. This is weird.)
0 commit comments