Guillaume Gomez
5c0012b953
Rollup merge of #122468 - beepster4096:borrowck_prefixes_cleanup, r=Nadrieril
...
Cleanup `MirBorrowckCtxt::prefixes`
Some of the uses of this method aren't necessary anymore and `PrefixSet::Supporting` is not used anywhere.
With `PrefixSet::Supporting` removed, this could technically be moved to an extension trait on `PlaceRef`. However, it would have to be moved back to `MirBorrowckCtxt` when the `Derefer` MIR pass is moved before borrowck so I didn't.
2024-03-15 17:24:07 +01:00
..
2024-03-13 15:25:35 +00:00
2024-03-14 12:42:04 +01:00
2024-03-08 23:20:29 -05:00
2024-03-15 02:04:04 +00:00
2024-03-11 10:04:49 +11:00
2024-03-14 12:42:04 +01:00
2024-03-11 09:15:09 +11:00
2024-03-15 17:24:07 +01:00
2024-03-13 16:11:16 +08:00
2024-03-14 15:44:33 +01:00
2024-03-12 08:51:20 +00:00
2024-03-14 20:00:19 +01:00
2024-03-15 10:14:53 +01:00
2024-03-14 12:21:35 +00:00
2024-03-14 20:00:18 +01:00
2024-03-08 19:08:13 +00:00
2024-03-14 13:13:08 -04:00
2024-03-14 12:42:04 +01:00
2024-03-14 17:12:39 +08:00
2024-03-14 20:00:21 +01:00
2024-03-15 10:14:56 +01:00
2024-03-14 20:00:21 +01:00
2024-03-15 10:14:56 +01:00
2024-03-13 16:40:02 +01:00
2024-03-14 20:00:21 +01:00
2024-03-14 20:00:18 +01:00
2024-03-14 20:00:21 +01:00
2024-03-14 20:00:20 +01:00
2024-03-12 12:39:25 +00:00
2024-03-11 10:06:34 +11:00
2024-03-12 05:53:46 +00:00
2024-03-15 10:14:56 +01:00
2024-03-14 20:00:21 +01:00
2024-03-08 18:53:58 -05:00
2024-03-15 10:14:54 +01:00
2024-03-14 21:55:07 +01:00
2024-03-14 12:42:04 +01:00
2024-03-14 20:00:21 +01:00
2024-03-13 20:01:57 +01:00
2024-03-12 05:53:46 +00:00
2024-03-12 05:31:41 +01:00
2024-03-12 09:04:00 -07:00
2024-03-14 20:00:20 +01:00
2024-03-15 10:14:53 +01:00
2024-03-14 21:55:07 +01:00
2024-03-12 05:53:46 +00:00
2024-03-11 09:15:09 +11:00
2024-03-14 20:00:18 +01:00
2024-03-15 10:14:54 +01:00
2024-03-07 06:27:09 +00:00
2024-03-13 15:53:48 +00:00
2024-03-14 23:29:12 +03:00
2024-03-09 21:16:43 +08:00
2024-03-14 11:09:58 +01:00