rust/compiler/rustc_infer
bors ca8078d7b2 Auto merge of #89495 - Mark-Simulacrum:add-inlines, r=michaelwoerister
Add two inline annotations for hot functions

These two functions are essentially no-ops (and compile to just a load and
return), but show up in process_obligations profiles with a high call count --
so worthwhile to try and inline them. This is not normally possible as they're
non-generic, so they don't get offered for inlining by our current algorithm.
2021-10-07 06:23:23 +00:00
..
src Auto merge of #89495 - Mark-Simulacrum:add-inlines, r=michaelwoerister 2021-10-07 06:23:23 +00:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00