]> git.lizzy.rs Git - rust.git/commit
rustc: Make the `trait_map` of TyCtxt private
authorAlex Crichton <alex@alexcrichton.com>
Tue, 29 Aug 2017 18:10:22 +0000 (11:10 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 29 Aug 2017 21:53:03 +0000 (14:53 -0700)
commit32d35e6e9fb9a5f1cbb51fdff6aed9398c4ec271
treeca79236fee833534495828bd366627fcab75be84
parentfaf477a8c232d0442d16a4025f49d3ae1519131e
rustc: Make the `trait_map` of TyCtxt private

This map is calculated in resolve, but we want to be sure to track it for
incremental compliation. Hide it behind a query to get more refactorings later.
src/librustc/dep_graph/dep_node.rs
src/librustc/ich/hcx.rs
src/librustc/ty/context.rs
src/librustc/ty/maps.rs
src/librustc/ty/mod.rs
src/librustc_typeck/check/method/probe.rs