Skip to content

v1.2.3

Compare
Choose a tag to compare
@eeeebbbbrrrr eeeebbbbrrrr released this 11 Jul 15:57
· 36 commits to main since this release

Welcome to PL/Rust v1.2.3. It is a minor bugfix release fixing some issues with its set of lints along with compilation of external crate dependencies.

What's Changed

  • Use typeck_results.node_type to resolve the type in suspicious trait object lint (#349) by @thomcc in #351
  • Use typeck_results.node_type to resolve the type in suspicious trait object lint by @thomcc in #349
  • Add a lint for closure trait impls by @thomcc in #346

NOTE: This release was re-released as of ce70004 to update the plrust/build script.

Full Changelog: v1.2.2...v1.2.3