If you could bring one single thing from Rust to PHP, what would that be?
True static typing. It would be a huge change in the dynamic nature of the language though, so I doubt it would ever happen! π
For the other way around, bringing PHPs garbage collection could potentially simplify borrowing/ownership in Rust! But then again, maybe not as efficient to do that. Trade-offs, eh? :)