Files
rust/tests/ui
bors 0b65d0db5f Auto merge of #142074 - oli-obk:its-finally-gone, r=petrochenkov
Remove CollectItemTypesVisitor

I always felt like we were very unnecessarily walking the HIR, let's see if perf agrees

There is lots to ~~improve~~ consolidate further here, as we still have 3 item wfchecks:

* check_item (matching on the hir::ItemKind)
    * actually doing trait solver based checks (by using HIR spans)
* lower_item (matching on the hir::ItemKind after loading it again??)
    * just ensure_ok-ing a bunch of queries
* check_item_type (matching on DefKind)
    * some type based checks, mostly ensure_ok-ing a bunch of queries

fixes rust-lang/rust#121429
2025-06-08 02:04:41 +00:00
..
2025-05-21 07:24:43 +00:00
2025-06-06 20:52:34 +00:00
2025-06-04 17:48:50 +05:00
2025-03-03 08:52:07 +01:00
2025-06-04 17:48:50 +05:00
2025-05-12 16:35:09 +02:00
2025-06-06 19:53:12 +00:00
2025-06-05 20:03:29 +05:00
2025-06-04 19:32:06 +05:00
2025-06-06 20:52:34 +00:00
2025-06-06 20:52:34 +00:00
2025-06-02 11:00:46 +02:00
2025-06-03 10:52:32 -07:00
2025-05-31 19:49:19 +05:00
2025-03-11 20:26:10 -07:00
2025-05-09 12:09:15 +02:00
2025-06-03 10:52:32 -07:00
2025-06-03 11:45:58 +02:00
2025-06-04 17:48:50 +05:00
2025-05-31 19:49:19 +05:00
2025-04-25 20:50:57 +09:00
2025-06-03 07:38:06 +05:00
2025-06-05 20:03:29 +05:00
2025-03-30 01:32:21 +03:00
2025-06-03 14:50:22 +10:00
2025-05-31 19:49:19 +05:00
2025-03-27 14:11:11 +01:00
2025-05-30 12:14:27 +02:00
2025-04-25 20:50:57 +09:00
2025-05-05 21:09:31 +02:00
2025-05-31 18:34:35 +02:00
2025-02-27 10:26:33 +00:00
2025-04-03 21:41:58 +00:00
2025-02-04 21:42:43 +05:30
2025-04-03 21:41:58 +00:00
2025-05-07 21:51:41 +05:00
2025-04-04 16:32:18 +02:00
2025-05-09 22:21:35 +05:00