-
Notifications
You must be signed in to change notification settings - Fork 14
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
Improve behaviour around rustfmt
#217
Comments
I think the solution here would be to make formatting optional. In |
As @nazar-pc pointed out in versatica/mediasoup#1303, the issue was not having |
I think we should improve the error message here and also add an option to disable formatting. |
planus_codegen::generate_rust
fails when running in Dockerrustfmt
Hello, I'm having issues building
mediasoup
inside of Docker. mediasoup usesplanus-codegen
in theirbuild.rs
, and their build script seems to be failing here because of this with the following error:This is reproducible just by creating a new Rust project, adding
mediasoup = "0.15"
to the dependencies, and trying to build a simple image withdocker build .
:I don't think I'll have time to help create a more minimal reproduction in the near future
Thanks
The text was updated successfully, but these errors were encountered: