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
Using cargo fmt to format the following code causes the process to be aborted with one line error message: "memory allocation of <tons of> bytes failed":
// cfg-if: version 1.0.0
cfg_if::cfg_if! {if #[cfg(windows)]{
compile_error!{"..."};}}