rust/compiler/rustc_driver_impl/src
Guillaume Gomez 4de78d2a8d
Rollup merge of #121089 - oli-obk:create_def_feed, r=petrochenkov
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````
2024-03-07 18:32:47 +01:00
..
args.rs Rewrite the untranslatable_diagnostic lint. 2024-03-06 14:19:01 +11:00
lib.rs Rollup merge of #121089 - oli-obk:create_def_feed, r=petrochenkov 2024-03-07 18:32:47 +01:00
pretty.rs Rollup merge of #121089 - oli-obk:create_def_feed, r=petrochenkov 2024-03-07 18:32:47 +01:00
print.rs
session_diagnostics.rs Don't suggest update nightly if using internal features 2024-02-27 12:40:02 +00:00
signal_handler.rs