Related discussion in https://github.com/rust-lang/rust/pull/59178#discussion_r265872655 Basically the `type_flags` method should be manually inlined into its use sites (and operations that are happening twice should be deduplicated)
Related discussion in #59178 (comment)
Basically the
type_flagsmethod should be manually inlined into its use sites (and operations that are happening twice should be deduplicated)