Rust: Add change note for type inference for closures

This commit is contained in:
Simon Friis Vindum
2025-07-28 10:27:33 +02:00
parent 2c758a9842
commit 8e474c946e

View File

@@ -0,0 +1,5 @@
---
category: minorAnalysis
---
* Type inference now supports closures, calls to closures, and trait bounds
sing the `FnOnce` trait.