Rust: Add a change note for type inference improvements for closures

This commit is contained in:
Simon Friis Vindum
2026-01-16 10:05:45 +01:00
parent dabc5d54c9
commit 9ab29f9be0

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Added type inference support for the `FnMut(..) -> ..` and `Fn(..) -> ..` traits. They now work in type parameter bounds and are implemented by closures.