Rust: Add change note for type inference of trait objects

This commit is contained in:
Simon Friis Vindum
2025-07-18 09:41:57 +02:00
parent 12942667bf
commit f5605c94c5

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Type inference now supports trait objects, i.e., `dyn Trait` types.