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 tried building ggez project and build failed cause os weird issue:
error: expected one of `!` or `::`, found `:`
--> /Projects/ggez/target/release/build/coreaudio-sys-3bc6b4c7a394d9da/out/coreaudio.rs:3:6
|
3 | stdin:
| ^ expected one of `!` or `::`
error: aborting due to previous error
It's what I had after trying rustfmt 2.0 without --quiet option.
Removing that line from generated file solves build trouble.
The text was updated successfully, but these errors were encountered:
I tried building ggez project and build failed cause os weird issue:
It's what I had after trying rustfmt 2.0 without --quiet option.
Removing that line from generated file solves build trouble.
The text was updated successfully, but these errors were encountered: