mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
4de78d2a8d
Remove `feed_local_def_id` best reviewed commit by commit Basically I returned `TyCtxtFeed` from `create_def` and then preserved that in the local caches based on https://github.com/rust-lang/rust/pull/121084 r? ````@petrochenkov````