]> git.lizzy.rs Git - rust.git/commit
Turn tcx.vtable_allocation() into a query.
authorMichael Woerister <michaelwoerister@posteo>
Thu, 7 Oct 2021 09:29:01 +0000 (11:29 +0200)
committerMichael Woerister <michaelwoerister@posteo.de>
Thu, 7 Oct 2021 18:03:00 +0000 (20:03 +0200)
commitb7cc99142ad0cfe47e2fe9f7a82eaf5b672c0573
tree9a855bc4022a32a3498651a8fbc138dd595b40ea
parenta1e2c0f0ad9e787b5ff2844112fc2324511adf34
Turn tcx.vtable_allocation() into a query.
compiler/rustc_codegen_cranelift/src/vtable.rs
compiler/rustc_codegen_ssa/src/meth.rs
compiler/rustc_const_eval/src/interpret/traits.rs
compiler/rustc_middle/src/query/mod.rs
compiler/rustc_middle/src/ty/mod.rs
compiler/rustc_middle/src/ty/print/pretty.rs
compiler/rustc_middle/src/ty/vtable.rs
compiler/rustc_query_impl/src/keys.rs
src/test/incremental/reorder_vtable.rs