Rust-BBEdit icon indicating copy to clipboard operation
Rust-BBEdit copied to clipboard

Rust language module for BBEdit

Results 3 Rust-BBEdit issues
Sort by recently updated
recently updated
newest added

Would it be possible to implement inlay hints for types? Example: ![image](https://user-images.githubusercontent.com/55558407/163118827-bdcb2251-e148-451a-9a89-2e99538ea76d.png)

With `rustfmt 1.2.2-stable` (from April 2019), when I apply the text filter for rustfmt, a new document opens saying "Unrecognized option: 'write-mode'". Seems like it should be `--check` only, c.f....

This is highlighted as though `bar` is outside the string, and everything after `bar` is treated as being the contents of another string: ``` fn main() { let x =...