-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unclosed delimiter #291
Comments
The same problem happened with two other files. |
What is the build context which triggered this? I can't seem to reproduce it... |
I tried to compile veloren commit 5b46587c2d9e3aa8ebf5e22bfa84399b0303fcbe on Debian Stretch. |
Which cargo/rustc versions does that correspond to? |
i can reproduce it by installing |
There is something very fishy going on here. Veloren depends on two different versions of wayland-client, This is not normal at all that the code generated in veloren build contains these |
This is a rustfmt bug: rust-lang/rustfmt#3988 Disable |
Opened a bug report in the veloren GitLab: https://gitlab.com/veloren/veloren/issues/461 |
Thanks for investigating. |
Generated file
The problem is at
/// size. In either case, the surface will fill the output.pub fn present_surface_for_mode < F > ( & self , surface : & super :: wl_surface :: WlSurface , output : & super :: wl_output :: WlOutput , framerate : i32 , implementor : F ) -> Result < super :: zwp_fullscreen_shell_mode_feedback_v1 :: ZwpFullscreenShellModeFeedbackV1 , ( ) > where F : FnOnce ( NewProxy < super :: zwp_fullscreen_shell_mode_feedback_v1 :: ZwpFullscreenShellModeFeedbackV1 > , ) -> super :: zwp_fullscreen_shell_mode_feedback_v1 :: ZwpFullscreenShellModeFeedbackV1{
. There should be a newline beforepub fn
.The text was updated successfully, but these errors were encountered: