We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
disabled for now
386 : Container.withExec(args: ["hof", "run", "rs.txt"]): Container! 386 : [2.9s] | 386 : [2.9s] | 386 : [2.9s] | >>> exec hof fmt in.rs -v 1 386 : [2.9s] | [stdout] 386 : [2.9s] | formatting 1 file(s) from in.rs 386 : [2.9s] | 386 : [2.9s] | InvalidDocError: Unexpected doc.type 'concat'. 386 : [2.9s] | Expected it to be 'cursor', 'indent', 'align', 'trim', 'group', 'fill', 'if-break', 'indent-if-break', 'line-suffix', 'line-suffix-boundary', 'line', 'label', or 'break-parent'. 386 : [2.9s] | 386 : [2.9s] | while formatting source: error while formatting in.rs 386 : [2.9s] | encountered 1 errors while formatting 386 : [2.9s] | [exit status 1] 386 : [2.9s] | FAIL: rs.txt:1: unexpected exec command failure 386 : [2.9s] | 386 : [2.9s] | >>> exec hof fmt in.rs -v 1 386 : [2.9s] | [stdout] 386 : [2.9s] | formatting 1 file(s) from in.rs 386 : [2.9s] | 386 : [2.9s] | InvalidDocError: Unexpected doc.type 'concat'. 386 : [2.9s] | Expected it to be 'cursor', 'indent', 'align', 'trim', 'group', 'fill', 'if-break', 'indent-if-break', 'line-suffix', 'line-suffix-boundary', 'line', 'label', or 'break-parent'. 386 : [2.9s] | 386 : [2.9s] | while formatting source: error while formatting in.rs 386 : [2.9s] | encountered 1 errors while formatting 386 : [2.9s] | [exit status 1] 386 : [2.9s] | FAIL: rs.txt:1: unexpected exec command failure 386 : [2.9s] | 386 : Container.withExec ERROR [2.9s]
The text was updated successfully, but these errors were encountered:
probably worth considering making a dedicated formatter for rust using cargo-fmt or whatever they mainly use in the Rust community
cargo-fmt
the plugin has some good thoughts on the tradeoffs: https://github.com/jinxdash/prettier-plugin-rust
Sorry, something went wrong.
No branches or pull requests
disabled for now
The text was updated successfully, but these errors were encountered: