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
Thanks for sharing, but rustfmt has never supported formatting inside macro calls that use brace delimiters. On calls with paren and bracket delimiters rustfmt can only format if the params are valid rust code. Formatting support for the arbitrary/not-valid-Rust-code content (much more common with brace delim usage, hence the no formatting) is a non-trivial problem that's yet to be resolved, and that large bucket of work is being tracked under #8
https://github.com/helix-editor/helix/pull/464/files#diff-d9796de334de9f547d45fd8b7476be53c771200ab48f28266e5f62e3493b5df9R171
Noticed the last line. It seemed to happen for quite a few
}
.Playground link for a similar example. https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=ff949fb617c3b00730fe0c2f06f4bcaa
The text was updated successfully, but these errors were encountered: