Rust 1.65 GATs, Let-Else and working on our support for it

Recently Rust had one of it’s biggest release yet and we have made sure to provide proper support for parsing and analysis with the newly added syntax.

Updating our parsers and analysers to work with the same also means we have now bumped std library to Rust 1.65 to support analysis with it.

This means enabling support for let-else, GATs and other new features in our lints, if you haven’t read about these features make sure to give Rust’s v1.65 announcement blog a read.

An example maybe, RS-W1218.

We hope to continue improving our lints, so let us know if you have any suggestions.

2 Likes