rust/compiler/rustc_middle/src/query
bors 385fa9d845 Auto merge of #123097 - oli-obk:perf_experiment, r=petrochenkov
Try using a `dyn Debug` trait object instead of a closure

These closures were introduced in https://github.com/rust-lang/rust/pull/93098

let's see if we can't use fmt::Arguments instead

cc `@Aaron1011`
2024-04-04 20:52:52 +00:00
..
erase.rs Add tag_for_variant query 2024-03-22 17:01:49 +00:00
keys.rs Remove CacheSelector trait now that we can use GATs 2024-03-26 11:03:23 +00:00
mod.rs Remove MIR unsafe check 2024-04-03 08:50:12 +00:00
on_disk_cache.rs Use a dyn Debug trait object instead of a closure. 2024-03-27 10:59:18 +00:00
plumbing.rs Check x86_64 size assertions on aarch64, too 2024-04-03 16:53:03 +11:00