Files
rust/tests/ui/functions-closures
joboet 7c430e7646 automatically implement TrivialClone for closures and tuples
If each of the component types is `TrivialClone`, the closure/tuple itself can be trivially cloned.
2025-11-09 17:31:19 +01:00
..