bors
d8e59edbfa
Auto merge of #96359 - SparrowLii:drop_kind, r=oli-obk
...
make `classify_drop_access_kind` iterate
This PR:
1. fixes the FIXME of `classify_drop_access_kind` func in the borrowck part. The process of obtaining `StorageDeadOrDrop` has been changed from recursive to iterative.
2. gets `place_ty` in each iteration, avoid repeatedly getting the `ty` of the same place (O(n^2) => O(n))
2022-04-24 12:58:16 +00:00
..
2022-04-21 15:42:50 +00:00
2022-04-23 09:59:24 +02:00
2022-04-17 12:56:19 +00:00
2022-04-16 19:42:00 +02:00
2022-04-24 17:27:05 +08:00
2022-04-16 04:46:01 +00:00
2022-04-22 21:11:38 +02:00
2022-04-19 22:57:39 +02:00
2022-04-22 14:59:35 +02:00
2022-04-21 05:24:48 +00:00
2022-04-22 16:45:15 -04:00
2022-04-19 10:43:20 +02:00
2022-04-13 02:44:59 +01:00
2022-04-19 22:57:41 +02:00
2022-04-20 03:51:09 +00:00
2022-04-22 18:35:31 +02:00
2022-04-15 20:50:43 +02:00
2022-04-23 09:59:24 +02:00
2022-04-23 09:55:25 +02:00
2022-04-21 20:55:18 +02:00
2022-04-19 10:53:53 +00:00
2022-04-23 23:31:54 -07:00
2022-04-23 23:01:19 +02:00
2022-04-20 03:51:09 +00:00
2022-04-15 14:36:30 +01:00
2022-04-21 04:22:18 +01:00
2022-04-23 23:31:54 -07:00
2022-04-23 22:25:51 +00:00
2022-04-20 18:26:01 +02:00
2022-04-22 08:42:38 +08:00
2022-04-19 14:43:21 +02:00
2022-04-21 13:49:40 +10:00
2022-04-23 23:01:19 +02:00
2022-04-23 23:03:18 +02:00
2022-04-17 12:14:42 +02:00
2022-04-12 19:59:32 +02:00
2022-04-23 23:03:18 +02:00
2022-04-23 09:57:00 +02:00
2022-04-23 23:31:54 -07:00
2022-04-22 18:06:21 +02:00
2022-04-17 08:06:53 +00:00
2022-04-19 22:57:39 +02:00
2022-04-19 14:43:15 +02:00
2022-04-23 09:59:24 +02:00