This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 22a3068
committed
Auto merge of rust-lang#93511 - cjgillot:query-copy, r=oli-obk
Ensure that queries only return Copy types.
This should pervent the perf footgun of returning a result with an expensive `Clone` impl (like a `Vec` of a hash map).
I went for the stupid solution of allocating on an arena everything that was not `Copy`. Some query results could be made Copy easily, but I did not really investigate.File tree
0 file changed
+0
-0
lines changed0 file changed
+0
-0
lines changed
0 commit comments